example/init: Fix confusing comments
River does not currently recognize Ctrl as a modifier, only Control.
This commit is contained in:
parent
0de3f67898
commit
0752b6b9ba
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user