hyperdrop
v0.1.0
Published
Drop-down support for HyperTerm
Downloads
4
Readme
HyperDrop
Drop-down support for HyperTerm.
Installation
Add 'hyperdrop'
to the plugins
field in ~/.hyperterm.js
.
Usage
Default shortcut is Alt + Down
.
To change it add a config.hyperdrop.shortcut
field in your ~/.hyperterm.js
file. e.g.-
modules.exports = {
config: {
// other config...
hyperdrop: {
shortcut: 'CommandOrControl+Down'
},
},
// ...
};
Follow Electron Accelerator docs for shortcut
value.
Known Issues
- Multiple window scenario