mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
wicd-curses: add support for "S" key to save instead of F10, because F10 is often intercepted by the terminal emulator
This commit is contained in:
@@ -711,7 +711,7 @@ class OptCols(urwid.WidgetWrap):
|
||||
('ctrl ', 'Ctrl+'), ('meta ', 'Alt+'),
|
||||
('left', '<-'), ('right', '->'),
|
||||
('page up', 'Page Up'), ('page down', 'Page Down'),
|
||||
('esc', 'ESC'), ('enter', 'Enter'), ('f10', 'F10')], cmd[0])
|
||||
('esc', 'ESC'), ('enter', 'Enter'), ('s', 'S')], cmd[0])
|
||||
|
||||
if debug:
|
||||
callback = self.debugClick
|
||||
|
||||
Reference in New Issue
Block a user