Add binding for Ctrl-Alt-p (print)
This commit is contained in:
parent
a4556a956e
commit
601221fa62
3
TODO
3
TODO
@ -431,9 +431,6 @@ Toggle visibility of statusbar. (command toggle_statusbar, aliases: sbar).
|
|||||||
xv
|
xv
|
||||||
Toggle visibility of a tab. (command visible, aliases: vis).
|
Toggle visibility of a tab. (command visible, aliases: vis).
|
||||||
|
|
||||||
[n]C-M-p
|
|
||||||
Print focused frame of tab n or of current tab if n is omitted. (command print, aliases: ha).
|
|
||||||
|
|
||||||
unbound
|
unbound
|
||||||
Execute a javascript snippet (command execute_javascript, aliases: exja, js).
|
Execute a javascript snippet (command execute_javascript, aliases: exja, js).
|
||||||
|
|
||||||
|
@ -629,6 +629,7 @@ DATA = OrderedDict([
|
|||||||
('<PgDown>', '${<Ctrl-F>}'),
|
('<PgDown>', '${<Ctrl-F>}'),
|
||||||
('<Ctrl-h>', 'home'),
|
('<Ctrl-h>', 'home'),
|
||||||
('<Ctrl-s>', 'stop'),
|
('<Ctrl-s>', 'stop'),
|
||||||
|
('<Ctrl-Alt-p>', 'print'),
|
||||||
)),
|
)),
|
||||||
|
|
||||||
('keybind.insert', sect.ValueList(
|
('keybind.insert', sect.ValueList(
|
||||||
|
Loading…
Reference in New Issue
Block a user