Open thomanski opened 7 years ago
confirm, doesn't work for me.. i have other keyboard layout and can't press the ` would be nice to change the shortcut.. and that it shows up in the commands list
Does not work for me either!
atom-shortcuts uses ctrl (code 17) and backtick (code 192)
You can try to resolve what gives you 17 and 192 e.g. here https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
for me, the combination to open the window is ctrl-ù
works with atom 1.19.3
I'm using Atom 1.25.0 with atom-shortcuts 0.0.2 on Windows 10 Pro. OS language: german, keyboard layout: german qwerz.
I can trigger the popup-menu with ctrl+ö (the 'ö' is on the same place as ';' on english keyboard layouts). When I press ctrl+`, I get the message "Key Binding Resolver: ctrl-dead"
Easy fix is to change the shortcut yourself. Get the correct code character from the link by @neok-m4700 and change the 191 into the correct code in line 10 of lib/atom-shortcuts.coffee.
How to:
I'm using
Atom 1.13.1
withatom-shortcuts 0.0.2
on Debian Jessie. When I press backtick while holding down the Ctrl key I get no reaction at all most of the time. At some point while trying to figure this out I must somehow have opened a second atom window which seemed to have the atom-shortcuts files in the file list view on the left, and showed one or two tool tips on the main window (weirdly: one fading in after another) but not the full list.So I thought I might just go looking for it via Ctrl-Shift-P and typed "shortcut" in that window but there is no such thing.
I'm new to Atom so perhaps there's just something simple/obvious that I'm missing but I can't make out what that might be. Any help appreciated.