diff options
author | Tobi Fuhrimann <tobias.fuhrimann@gmail.com> | 2020-04-02 17:38:08 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-04-02 23:25:34 +0200 |
commit | ac3444295d0f045633ed3bbb154633fe0228c722 (patch) | |
tree | 5cbb6e184855aaeb8e6ce155131b4ed911cbffba /sway/sway.5.scd | |
parent | 3a5d9b3b32a3091e8a84784f95b40aa299f1ba8f (diff) |
Reference wev instead of xev
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 1c396dfb..549e0daf 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -359,7 +359,7 @@ runtime. [--to-code] [--input-device=<device>] [--no-warn] [--no-repeat] [Group<1-4>+]<key combo> \ <command> Binds _key combo_ to execute the sway command _command_ when pressed. You - may use XKB key names here (*xev*(1) is a good tool for discovering these). + may use XKB key names here (*wev*(1) is a good tool for discovering these). With the flag _--release_, the command is executed when the key combo is released. If _input-device_ is given, the binding will only be executed for that input device and will be executed instead of any binding that is |