1.0.2 • Published 9 years ago
hyperterm-float v1.0.2
hyperterm-float
Make your HyperTerm windows float on top of other windows. The "always-on-top" state of the currently-focused window will be toggled when your shortcut is pressed.
Install
- Add
hyperterm-floatto your plugins array in~/.hyperterm.js. - Add a
floatentry insidehotkeysin theconfigobject and set the value to the shortcut you want to use (see Electron Accelerators for valid shortcuts)
module.exports = {
config: {
hotkeys: {
float: 'Command+Alt+F'
}
},
plugins: [
'hyperterm-float'
]
}Or
module.exports = {
config: {
floatShortcut: 'Command+Alt+F'
},
plugins: [
'hyperterm-float'
]
}Valid shortcuts
Valid shortcuts are defined by Electron and are known as Accelerators. Accelerators can contain multiple modifiers and key codes, combined by the + character.
Examples:
CommandOrControl+ACommandOrControl+Shift+Z
Available modifiers
Command(orCmdfor short)Control(orCtrlfor short)CommandOrControl(orCmdOrCtrlfor short)AltOptionAltGrShiftSuper
Available key codes
0to9AtoZF1toF24- Punctuations like
~,!,@,#,$, etc. PlusSpaceTabBackspaceDeleteInsertReturn(orEnteras alias)Up,Down,LeftandRightHomeandEndPageUpandPageDownEscape(orEscfor short)VolumeUp,VolumeDownandVolumeMuteMediaNextTrack,MediaPreviousTrack,MediaStopandMediaPlayPausePrintScreen