command: support repeating keyboard mappings
Repeating mappings are created using the -repeat option to the map command: % riverctl map normal $mod+Mod1 K -repeat move up 10 - repeating is only supported for key press (not -release) mappings - unlike -release, -repeat does not create distinct mappings: mapping a key with -repeat will replace an existing bare mapping and vice-versa Resolves #306
This commit is contained in:
@ -90,7 +90,7 @@ complete -c riverctl -x -n '__fish_seen_subcommand_from resize' -a
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from snap' -a 'up down left right'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from send-to-output' -a 'next previous'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a 'next previous'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release -repeat'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from unmap' -a '-release'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from attach-mode' -a 'top bottom'
|
||||
complete -c riverctl -x -n '__fish_seen_subcommand_from focus-follows-cursor' -a 'disabled normal'
|
||||
|
Reference in New Issue
Block a user