mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Bind new template dialog to template shortcut (bug 11996).
From Daniel.
This commit is contained in:
parent
b511d8d93e
commit
6b86a5a395
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user