8000 Update Keybindings · Pull Request #166 · atom/spell-check · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Update Keybindings #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions keymaps/spell-check.cson
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
'.platform-darwin .corrections atom-text-editor':
'cmd-:': 'core:cancel'

'.platform-win32 atom-text-editor':
'.platform-win32 .platform-linux atom-text-editor':
'ctrl-:': 'spell-check:correct-misspelling'

'.platform-win32 .corrections atom-text-editor':
'ctrl-:': 'core:cancel'

'.platform-linux atom-text-editor':
'ctrl-:': 'spell-check:correct-misspelling'

'.platform-linux .corrections atom-text-editor':
'.platform-win32 .platform-linux .corrections atom-text-editor':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is ctrl-: already bound to something on Linux by default?

Copy link
Author
@ghost ghost Oct 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about it.

'ctrl-:': 'core:cancel'

'.corrections atom-text-editor[mini]':
Expand Down
0