diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -188,6 +188,8 @@ input.define_mapping('SEARCH', { ['RIGHT'] = {rt.search_cursor_right, 'repeat'}, ['Ctrl+a'] = {rt.search_cursor_start}, ['Ctrl+e'] = {rt.search_cursor_end}, + + ['Ctrl+s'] = {rt.toggle_menu_sort}, }) input.set_mapping('MENU') input.activate(true) |
