summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6685c2e..dda7257 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ available. When pressing an exit key, the program exits.
The usage is quite intuitive and with some practice, you can move the pointer to
a specific location very fast. Basically, you move the pointer by pressing some
-keys (the defaults are i, k, j and l for up, down, left and right)
-and change the speed by pressing modifier keys.
-The keys f, d and s (by default) are used to simulate mouse clicks and grabbing.
-With some other keys, you can scroll up, down, left and right and execute
+keys (the defaults are h, j, k and l for left, down, up and right)
+and change the speed by pressing number keys from 1 through 3.
+The keys u, i and o (by default) are used to simulate mouse clicks and grabbing.
+With some other keys, you can scroll up, down, left and right and execute
previously defined shell commands.
You probably want to define a key binding to start xmouseless.
@@ -39,7 +39,6 @@ You probably want to define a key binding to start xmouseless.
## Configuration
-The configuration is done in config.h, which is a C header file,
+The configuration is done in config.def.h, which is a C header file,
but you don't need any programming knowledge to edit it.
-After you edited the file, you have to run make again.
-
+After you edited the file, you have to run make again.