example/init: Fix confusing comments

River does not currently recognize Ctrl as a modifier, only Control.
This commit is contained in:
Isaac Freund 2023-03-09 23:35:06 +01:00
parent 0de3f67898
commit 0752b6b9ba
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -84,10 +84,10 @@ do
# Super+Shift+[1-9] to tag focused view with tag [0-8] # Super+Shift+[1-9] to tag focused view with tag [0-8]
riverctl map normal Super+Shift $i set-view-tags $tags riverctl map normal Super+Shift $i set-view-tags $tags
# Super+Ctrl+[1-9] to toggle focus of tag [0-8] # Super+Control+[1-9] to toggle focus of tag [0-8]
riverctl map normal Super+Control $i toggle-focused-tags $tags riverctl map normal Super+Control $i toggle-focused-tags $tags
# Super+Shift+Ctrl+[1-9] to toggle tag [0-8] of focused view # Super+Shift+Control+[1-9] to toggle tag [0-8] of focused view
riverctl map normal Super+Shift+Control $i toggle-view-tags $tags riverctl map normal Super+Shift+Control $i toggle-view-tags $tags
done done