Fix the key configuration example
This commit is contained in:
parent
ebef15ec40
commit
027b2e2148
1 changed files with 10 additions and 4 deletions
|
@ -53,8 +53,14 @@ Bindings are keyboard shortcut aliases. You can use them
|
|||
to define your own keys to replace the default ones.
|
||||
where ^x means Control + x
|
||||
and M-x means Alt + x
|
||||
.Make
|
||||
==================
|
||||
zouzou
|
||||
==================
|
||||
|
||||
To know exactly what the code of a key is, just run
|
||||
==================
|
||||
python3 src/keyboard.py
|
||||
==================
|
||||
And enter any keys
|
||||
|
||||
.Turn Alt-i into a tab key (completion, etc)
|
||||
==================
|
||||
M-i = ^I
|
||||
==================
|
||||
|
|
Loading…
Reference in a new issue