Drop-down support for HyperTerm.
Add 'hyperdrop' to the plugins field in ~/.hyperterm.js.
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.
- Multiple window scenario