[LyX/master] Revert "#8055 use standard shortcut for font-emph on Mac"
Stephan Witt
switt at lyx.org
Mon Feb 15 15:34:01 UTC 2021
commit 80f855581c5e553e7be7f7b94679e14e69b9726d
Author: Stephan Witt <switt at lyx.org>
Date: Mon Feb 15 16:37:14 2021 +0100
Revert "#8055 use standard shortcut for font-emph on Mac"
This reverts commit a9342ae098024e363891653d1bcf7a8d485a271c.
---
lib/bind/mac.bind | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind
index 531465b..8d54e4c 100644
--- a/lib/bind/mac.bind
+++ b/lib/bind/mac.bind
@@ -141,6 +141,7 @@ Format 5
\bind "C-S-D" "buffer-update dvi" # 'd' for dvi
# +: "Command-E" # Use the selection for a find
\bind "C-e" "search-string-set"
+\bind "C-M-e" "font-emph"
# +: "Command-F" # Open a Find window
\bind "C-f" "dialog-toggle findreplace"
\bind "C-S-f" "dialog-toggle findreplaceadv"
@@ -151,8 +152,8 @@ Format 5
\bind "C-S-g" "word-find-backward"
# +: "Command-H" # Hide the windows of the currently running application
# +: "Option-Command-H" # Hide the windows of all other running applications
-# +: "Command-I" # Italicize the selected text or toggle italic text on or off
-\bind "C-i" "command-alternatives inset-toggle; font-emph" # 'i' for Inset
+# -: "Command-I" # Italicize the selected text or toggle italic text on or off
+\bind "C-i" "inset-toggle" # 'i' for Inset
\bind "C-M-i" "inset-settings"
# -: "Option-Command-I" # Display an inspector window
# -: "Command-J" # Scroll to a selection
More information about the lyx-cvs
mailing list