diff options
Diffstat (limited to 'Xedit-xprint.ad')
-rw-r--r-- | Xedit-xprint.ad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Xedit-xprint.ad b/Xedit-xprint.ad index 8c1d398..cb8445f 100644 --- a/Xedit-xprint.ad +++ b/Xedit-xprint.ad @@ -71,7 +71,7 @@ Use Control-G to interrupt the lisp subprocess *buttons*showGrip: False *buttons.min: 18 -*messageWindow.height: 50 +*messageWindow.height: 70 *messageWindow.min: 18 *Paned*Text*allowResize: True @@ -153,12 +153,14 @@ m<Key>I: no-op(r) *baseTranslations: #override \ <Ctrl>X,<Ctrl>C:quit()\n\ <Ctrl>X,<Ctrl>S:save-file()\n\ +<Ctrl>X,<Ctrl>P:print-file()\n\ <Ctrl>X,<Ctrl>F:find-file()\n\ <Key>Escape: line-edit() *messageWindow.Translations: #override \ <Ctrl>X,<Ctrl>C:quit()\n\ <Ctrl>X,<Ctrl>S:save-file()\n\ +<Ctrl>X,<Ctrl>P:print-file()\n\ <Ctrl>X,<Ctrl>F:find-file()\n\ <Enter>: no-op()\n\ <Leave>: no-op()\n\ @@ -246,7 +248,6 @@ c<Key>R: no-op(r)\n\ m<Key>I: no-op(r)\n\ c<Key>G: cancel-find-file()\n\ <Key>Return: load-file()\n\ -<Key>P: print-file()\n\ <Key>Tab: file-completion(h)\n\ <Key>Escape: cancel-find-file()\n\ <Enter>: no-op()\n\ |