commit 1670eafd7bcfbfc3380884f63f61248a59043150
parent 37eb83940f1c5630dbafc8990d1340d55dd3f411
Author: Tom Warnke <tom.warnke@acm.org>
Date: Thu, 25 Oct 2018 21:48:39 +0200
protect newline
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
@@ -267,9 +267,10 @@ runtime.
instead of any binding that is generic to all devices.
Example:
-
+```
# Execute firefox when alt, shift, and f are pressed together
bindsym Mod1+Shift+f exec firefox
+```
*bindcode* [--release|--locked] [--input-device=<device>] <code> <command>
is also available for binding with key codes instead of key names.