diff --git a/README.md b/README.md index 5956e51..0a2085f 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ Options: ``` DUMP Dump the button mapping -KEYDOWN Send a key down event with the given keycode -KEYPRESS Send key press event with the given keycode -KEYUP Send a key up event with the given keycode +KEYDOWN Send a key down event with the given keycode +KEYPRESS Send key press event with the given keycode +KEYUP Send a key up event with the given keycode LOAD Load a configuration file -MAP TO KEY Map a button combination to a keycode +MAP TO KEY Map a button combination to a keycode MAP TO COMMAND Map a button combination to a Shell command RESET Reset the button mapping SLEEP Sleep for the given delay in ms -TYPE Type in a string +TYPE Type in a character string UNMAP Unmap a button combination ``` @@ -38,8 +38,8 @@ where: - is any valid Shell command with its arguments - is the full path to a configurtion file - is a delay in ms - - is a character string - - is among: + - is a character string + - is among: - KEY_0 to KEY_9, KEY_A to KEY_Z - KEY_F1 to KEY_F24, KEY_KP0 to KEY_KP9, KEY_PROG1 to KEY_PROG4 - BTN_0 to BTN_9, BTN_A to BTN_C, BTN_X to BTN_Z, BTN_BASE2 to BTN_BASE6