mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Change default from Shift+Tab to ISO_Left_Tab
This commit is contained in:
parent
30026ea0a7
commit
042e123765
2 changed files with 4 additions and 4 deletions
|
@ -145,13 +145,13 @@ rofi.kb-delete-entry: Shift+Delete
|
||||||
! "Switch to the next mode." Set from: File
|
! "Switch to the next mode." Set from: File
|
||||||
rofi.kb-mode-next: Shift+Right,Control+Tab
|
rofi.kb-mode-next: Shift+Right,Control+Tab
|
||||||
! "Switch to the previous mode." Set from: File
|
! "Switch to the previous mode." Set from: File
|
||||||
rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab
|
rofi.kb-mode-previous: Shift+Left,Control+ISO_Left_Tab
|
||||||
! "Go to the previous column" Set from: File
|
! "Go to the previous column" Set from: File
|
||||||
rofi.kb-row-left: Control+Page_Up
|
rofi.kb-row-left: Control+Page_Up
|
||||||
! "Go to the next column" Set from: File
|
! "Go to the next column" Set from: File
|
||||||
rofi.kb-row-right: Control+Page_Down
|
rofi.kb-row-right: Control+Page_Down
|
||||||
! "Select previous entry" Set from: File
|
! "Select previous entry" Set from: File
|
||||||
rofi.kb-row-up: Up,Control+p,Shift+Tab
|
rofi.kb-row-up: Up,Control+p,ISO_Left_Tab
|
||||||
! "Select next entry" Set from: File
|
! "Select next entry" Set from: File
|
||||||
rofi.kb-row-down: Down,Control+n
|
rofi.kb-row-down: Down,Control+n
|
||||||
! "Go to next row, if one left, accept it, if no left next mode." Set from: File
|
! "Go to next row, if one left, accept it, if no left next mode." Set from: File
|
||||||
|
|
|
@ -57,10 +57,10 @@ DefaultBinding bindings[NUM_ABE] =
|
||||||
{ .id = ACCEPT_ALT, .name = "kb-accept-alt", .keybinding = "Shift+Return", .comment = "Use alternate accept command." },
|
{ .id = ACCEPT_ALT, .name = "kb-accept-alt", .keybinding = "Shift+Return", .comment = "Use alternate accept command." },
|
||||||
{ .id = DELETE_ENTRY, .name = "kb-delete-entry", .keybinding = "Shift+Delete", .comment = "Delete entry from history" },
|
{ .id = DELETE_ENTRY, .name = "kb-delete-entry", .keybinding = "Shift+Delete", .comment = "Delete entry from history" },
|
||||||
{ .id = MODE_NEXT, .name = "kb-mode-next", .keybinding = "Shift+Right,Control+Tab", .comment = "Switch to the next mode." },
|
{ .id = MODE_NEXT, .name = "kb-mode-next", .keybinding = "Shift+Right,Control+Tab", .comment = "Switch to the next mode." },
|
||||||
{ .id = MODE_PREVIOUS, .name = "kb-mode-previous", .keybinding = "Shift+Left,Control+Shift+Tab", .comment = "Switch to the previous mode." },
|
{ .id = MODE_PREVIOUS, .name = "kb-mode-previous", .keybinding = "Shift+Left,Control+ISO_Left_Tab", .comment = "Switch to the previous mode." },
|
||||||
{ .id = ROW_LEFT, .name = "kb-row-left", .keybinding = "Control+Page_Up", .comment = "Go to the previous column" },
|
{ .id = ROW_LEFT, .name = "kb-row-left", .keybinding = "Control+Page_Up", .comment = "Go to the previous column" },
|
||||||
{ .id = ROW_RIGHT, .name = "kb-row-right", .keybinding = "Control+Page_Down", .comment = "Go to the next column" },
|
{ .id = ROW_RIGHT, .name = "kb-row-right", .keybinding = "Control+Page_Down", .comment = "Go to the next column" },
|
||||||
{ .id = ROW_UP, .name = "kb-row-up", .keybinding = "Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab", .comment = "Select previous entry" },
|
{ .id = ROW_UP, .name = "kb-row-up", .keybinding = "Up,Control+p,ISO_Left_Tab,Shift+ISO_Left_Tab", .comment = "Select previous entry" },
|
||||||
{ .id = ROW_DOWN, .name = "kb-row-down", .keybinding = "Down,Control+n", .comment = "Select next entry" },
|
{ .id = ROW_DOWN, .name = "kb-row-down", .keybinding = "Down,Control+n", .comment = "Select next entry" },
|
||||||
{ .id = ROW_TAB, .name = "kb-row-tab", .keybinding = "Tab", .comment = "Go to next row, if one left, accept it, if no left next mode." },
|
{ .id = ROW_TAB, .name = "kb-row-tab", .keybinding = "Tab", .comment = "Go to next row, if one left, accept it, if no left next mode." },
|
||||||
{ .id = PAGE_PREV, .name = "kb-page-prev", .keybinding = "Page_Up", .comment = "Go to the previous page" },
|
{ .id = PAGE_PREV, .name = "kb-page-prev", .keybinding = "Page_Up", .comment = "Go to the previous page" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue