keybindings: add default for prompt-open-download
This commit is contained in:
parent
81b2688c70
commit
b130c2a284
@ -1575,6 +1575,7 @@ KEY_DATA = collections.OrderedDict([
|
|||||||
('prompt-accept', RETURN_KEYS),
|
('prompt-accept', RETURN_KEYS),
|
||||||
('prompt-yes', ['y']),
|
('prompt-yes', ['y']),
|
||||||
('prompt-no', ['n']),
|
('prompt-no', ['n']),
|
||||||
|
('prompt-open-download', ['<Ctrl-X>']),
|
||||||
])),
|
])),
|
||||||
|
|
||||||
('command,prompt', collections.OrderedDict([
|
('command,prompt', collections.OrderedDict([
|
||||||
|
Loading…
Reference in New Issue
Block a user