summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-02 20:24:23 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-02 20:24:23 +0100
commit027b2e2148eb79b314bb9b632c823b6d814e07f3 (patch)
treee289f202fccc1b363724ade7661a97c4b2ef7f77 /doc
parentebef15ec4036f9fdeb23011b561b1cd4c0852ae7 (diff)
downloadpoezio-027b2e2148eb79b314bb9b632c823b6d814e07f3.tar.gz
poezio-027b2e2148eb79b314bb9b632c823b6d814e07f3.tar.bz2
poezio-027b2e2148eb79b314bb9b632c823b6d814e07f3.tar.xz
poezio-027b2e2148eb79b314bb9b632c823b6d814e07f3.zip
Fix the key configuration example
Diffstat (limited to 'doc')
-rw-r--r--doc/en/keys.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/en/keys.txt b/doc/en/keys.txt
index e4267cdf..eaae961d 100644
--- a/doc/en/keys.txt
+++ b/doc/en/keys.txt
@@ -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
+
+To know exactly what the code of a key is, just run
==================
-zouzou
+python3 src/keyboard.py
==================
+And enter any keys
+.Turn Alt-i into a tab key (completion, etc)
+==================
+M-i = ^I
+==================