Merge pull request #2982 from Toromtomtom/master

protect newline
This commit is contained in:
Drew DeVault 2018-10-25 22:03:30 +02:00 committed by GitHub
commit 73b7c5cc05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,9 +267,10 @@ runtime.
instead of any binding that is generic to all devices. instead of any binding that is generic to all devices.
Example: Example:
```
# Execute firefox when alt, shift, and f are pressed together # Execute firefox when alt, shift, and f are pressed together
bindsym Mod1+Shift+f exec firefox bindsym Mod1+Shift+f exec firefox
```
*bindcode* [--release|--locked] [--input-device=<device>] <code> <command> *bindcode* [--release|--locked] [--input-device=<device>] <code> <command>
is also available for binding with key codes instead of key names. is also available for binding with key codes instead of key names.