mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Fix tests for added keybinding
This commit is contained in:
parent
e9cb47dcea
commit
df1c9a1c1f
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ rofi.kb-remove-word-forward: Control+Alt+d
|
||||||
rofi.kb-remove-char-forward: Delete,Control+d
|
rofi.kb-remove-char-forward: Delete,Control+d
|
||||||
! Delete previous char
|
! Delete previous char
|
||||||
rofi.kb-remove-char-back: BackSpace,Control+h
|
rofi.kb-remove-char-back: BackSpace,Control+h
|
||||||
|
! Delete till the end of line
|
||||||
|
rofi.kb-remove-to-eol: Control+k
|
||||||
! Accept entry
|
! Accept entry
|
||||||
rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
|
rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
|
||||||
! Use entered text as command (in ssh/run modi)
|
! Use entered text as command (in ssh/run modi)
|
||||||
|
|
Loading…
Reference in a new issue