mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
#11765 map Command-w like modern apps do - close current view - on Mac
This commit is contained in:
parent
05276c5bea
commit
743c4c7e47
@ -191,7 +191,7 @@ Format 5
|
|||||||
# -: "Control-Command-V" # Apply formatting settings to the selected object (Paste Ruler Command)
|
# -: "Control-Command-V" # Apply formatting settings to the selected object (Paste Ruler Command)
|
||||||
\bind "C-M-v" "primary-selection-paste"
|
\bind "C-M-v" "primary-selection-paste"
|
||||||
# +: "Command-W" # Close the frontmost window - modern applications map this to close tab or window if it's the last one
|
# +: "Command-W" # Close the frontmost window - modern applications map this to close tab or window if it's the last one
|
||||||
\bind "C-w" "buffer-close"
|
\bind "C-w" "view-close"
|
||||||
# +: "Shift-Command-W" # Close a file and its associated windows - modern applications map this close window
|
# +: "Shift-Command-W" # Close a file and its associated windows - modern applications map this close window
|
||||||
\bind "C-S-w" "window-close"
|
\bind "C-S-w" "window-close"
|
||||||
# +: "Option-Command-W" # Close all windows in the application without quitting it
|
# +: "Option-Command-W" # Close all windows in the application without quitting it
|
||||||
|
Loading…
Reference in New Issue
Block a user