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
|
||||
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
|
||||
Execute a javascript snippet (command execute_javascript, aliases: exja, js).
|
||||
|
||||
|
@ -629,6 +629,7 @@ DATA = OrderedDict([
|
||||
('<PgDown>', '${<Ctrl-F>}'),
|
||||
('<Ctrl-h>', 'home'),
|
||||
('<Ctrl-s>', 'stop'),
|
||||
('<Ctrl-Alt-p>', 'print'),
|
||||
)),
|
||||
|
||||
('keybind.insert', sect.ValueList(
|
||||
|
Loading…
Reference in New Issue
Block a user