CWSpear / hyperterm-visor

Open your Hyper terminal from anywhere with a global hotkey.
MIT License
165 stars 24 forks source link

Visor shortcut doesn't cause hyperterm to appear #11

Closed Iron-Ham closed 8 years ago

Iron-Ham commented 8 years ago

Installed as per documentation.

My config file:


module.exports = {
  config: {
    visor: {
        hotkey: 'CommandOrControl+Shift+Z',
        position: 'top', // or left, right, bottom
    },
    // Other config 

  },

  // a list of plugins to fetch and install from npm
  // format: [@org/]project[#version]
  // examples:
  //   `hyperpower`
  //   `@company/project`
  //   `project#1.0.1`
  plugins: ['hyperterm-blink', 'hyperterm-visor'],

  // in development, you can create a directory under
  // `~/.hyperterm_plugins/local/` and include it here
  // to load it and avoid it being `npm install`ed
  localPlugins: []
};
Iron-Ham commented 8 years ago

Took a full system restart to actually work but uh, now it does. Weird.

ghost commented 7 years ago

Happened to me as well, strange.