Add binding for Ctrl-Alt-p (print)

This commit is contained in:
Florian Bruhin 2014-05-09 13:16:16 +02:00
parent a4556a956e
commit 601221fa62
2 changed files with 1 additions and 3 deletions

3
TODO
View File

@ -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).

View File

@ -629,6 +629,7 @@ DATA = OrderedDict([
('<PgDown>', '${<Ctrl-F>}'),
('<Ctrl-h>', 'home'),
('<Ctrl-s>', 'stop'),
('<Ctrl-Alt-p>', 'print'),
)),
('keybind.insert', sect.ValueList(