atom-keymap
atom-keymap copied to clipboard
Atom's selector-based keymap system
_(This issue is derived from https://github.com/atom/settings-view/issues/124.)_ The keymap package determines which keystroke will be matched [in the following way](https://github.com/atom/atom-keymap/blob/99b3968bc87e7735765e2da592d57e2730db58d1/src/keymap-manager.coffee#L34-L37): > To match a keystroke sequence, the keymap starts at the...
There are a bunch of "ctrl-k .." bindings on Windows and Linux, but I want to bind ctrl-k to a delete-to-eol type of command (like bash or emacs). I would...
'.platform-darwin': 'cmd-tab': 'tree-view:toggle' cmd-tab (under any selector), does not seem to set the command. I actually want to just unset it, because atom is getting the command and inserting an...
See the tail end of https://github.com/atom/vim-mode/issues/129 for context.
Using 0.139.0 on macos. When i do cmd+/ in the key binding resolver. The command is not shown as it does for other keys. I'm using french canadian layout
Basically, I am trying to bind `alt-n` to `editor:move-line-down`, after I save my settings, the new keybinding doesn't work(only output a letter). Thanks
@mcolyer wishes he had a way to do some basic globbing: ``` ".vim-mode": '" [a-zA-Z]': "vim-mode:register-prefix" ``` This syntax would restrict the possible keys entered without needing to exhaustively listing...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [electron](https://github.com/electron/electron) from 4.2.12 to 18.3.7. Release notes Sourced from electron's releases. electron v18.3.7 Release Notes for v18.3.7 Fixes Fixed WCO not responding to touch events on windows. #35177 (Also...