atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 58 forks source link

Missing asterisk on Hungarian keyboard #142

Closed karzol73 closed 8 years ago

karzol73 commented 8 years ago

I use Hungarian keyboard and asterisk could be called by ctrl+alt+- (or altgr+-) normally. It is the same as 'pane:decrease-size' which has been unset in keymap.cson together with some other bad keybindings. Then ctrl+alt+- generates 'pane:decrease-size' while altgr+- only a simple '-' which suggests that altgr does not work. And I do not have an asterisk. What should I do at this point? Thank you for your help!