vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Can't set keymaps on windows. #2250

Open FrontMage opened 7 years ago

FrontMage commented 7 years ago

Issue

I've uncommented the example, try to use ctrl+o to open devtools, but it's not working. Configuration is like this:

  keymaps: {
    // Example
    'window:devtools': 'ctrl+o',
    // 'split-vertical': 'Ctrl+Shift+L'
  }

Can someone show me the right way to do this? Thanks!

ClayBenson94 commented 6 years ago

OS version and name: Windows 10 Pro Hyper Version: 1.4.8stable Link of a Gist with the contents of .hyper.js

I encounter the same issue. Additionally, the following configuration gives strange behaviour

...
  keymaps: {
    "tab:next": "ctrl+shift+p",
    "tab:prev": "ctrl+shift+o"
  }
...

I cannot switch tabs using ctrl+shift+p, ctrl+shift+o