Bind new template dialog to template shortcut (bug 11996).

From Daniel.
This commit is contained in:
Richard Kimberly Heck 2020-10-08 22:02:06 -04:00
parent b511d8d93e
commit 6b86a5a395
3 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ Format 4
\bind "M-~S-i e p" "file-insert-plaintext-para"
\bind "M-~S-f n" "buffer-new"
\bind "M-~S-f t" "buffer-new-template"
\bind "M-~S-f t" "dialog-show lyxfiles templates"
\bind "M-~S-f o" "file-open"
\bind "M-~S-f c" "buffer-close"
\bind "M-~S-f s" "buffer-write"

View File

@ -37,7 +37,7 @@
Format 5
\bind "C-n" "buffer-new"
\bind "C-S-N" "buffer-new-template"
\bind "C-S-N" "dialog-show lyxfiles templates"
\bind "C-o" "file-open"
\bind "C-w" "view-close"
\bind "C-s" "buffer-write"

View File

@ -164,7 +164,7 @@ Format 4
\bind "C-M-n" "command-sequence math-display; math-number-toggle;"
# +: "Command-N" # Create a new document in the frontmost application
\bind "C-n" "buffer-new"
\bind "C-S-N" "buffer-new-template"
\bind "C-S-N" "dialog-show lyxfiles templates"
# +: "Command-O" # Display a dialog for choosing a document to open in the frontmost application
\bind "C-o" "file-open"
# -: "Shift-Command-P" # Display a dialog for specifying printing parameters (Page Setup)