mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Fixed formatting in readme
This commit is contained in:
10
README.md
10
README.md
@@ -75,9 +75,11 @@ To Uninstall Kinto
|
||||
## Shortcut Creation
|
||||
|
||||
**Keys**
|
||||
C,Ctrl = Control
|
||||
M,Alt = Alt/Option
|
||||
Super = Win/Super
|
||||
| Value| Description|
|
||||
| ----- |:--------:|
|
||||
|C,Ctrl|Control|
|
||||
|M,Alt| Alt/Option|
|
||||
|Super | Win/Super|
|
||||
|
||||
You can define new keymaps for your specific app via this method. You also do not have to cancel out the original keybinding if you do not need or want to, but you can do so with "pass_through_key".
|
||||
|
||||
@@ -86,7 +88,7 @@ You can define new keymaps for your specific app via this method. You also do no
|
||||
# Keybindings for Sublime Text
|
||||
define_keymap(re.compile("Sublime_text"),{
|
||||
K("C-h"): pass_through_key, # cancel replace
|
||||
K("C-M-f"): K("C-h"), # replace
|
||||
K("Ctrl-Alt-f"): K("Ctrl-h"), # replace
|
||||
K("C-M-v"): [K("C-k"), K("C-v")], # paste_from_history
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user