hyperdrop

Drop-down support for HyperTerm


Keywords
hyperterm
License
MIT
Install
npm install hyperdrop@0.1.0

Documentation

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