Skip to content

Commit

Permalink
Added keyboard shortcut for keypad. Resolves #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadeli committed May 8, 2014
1 parent 6cee0e8 commit ee5b31b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Default (Linux).sublime-keymap
@@ -1,4 +1,6 @@
[
{ "keys": ["ctrl+0"], "command": "revert_font_size" },
{ "keys": ["ctrl+shift+0"], "command": "set_revert_font_size_value" }
{ "keys": ["ctrl+keypad0"], "command": "revert_font_size" },
{ "keys": ["ctrl+shift+0"], "command": "set_revert_font_size_value" },
{ "keys": ["ctrl+shift+keypad0"], "command": "set_revert_font_size_value" }
]
4 changes: 3 additions & 1 deletion Default (OSX).sublime-keymap
@@ -1,4 +1,6 @@
[
{ "keys": ["super+0"], "command": "revert_font_size" },
{ "keys": ["super+shift+0"], "command": "set_revert_font_size_value" }
{ "keys": ["super+keypad0"], "command": "revert_font_size" },
{ "keys": ["super+shift+0"], "command": "set_revert_font_size_value" },
{ "keys": ["super+shift+keypad0"], "command": "set_revert_font_size_value" }
]
4 changes: 3 additions & 1 deletion Default (Windows).sublime-keymap
@@ -1,4 +1,6 @@
[
{ "keys": ["ctrl+0"], "command": "revert_font_size" },
{ "keys": ["ctrl+shift+0"], "command": "set_revert_font_size_value" }
{ "keys": ["ctrl+keypad0"], "command": "revert_font_size" },
{ "keys": ["ctrl+shift+0"], "command": "set_revert_font_size_value" },
{ "keys": ["ctrl+shift+keypad0"], "command": "set_revert_font_size_value" }
]

0 comments on commit ee5b31b

Please sign in to comment.