]> git.lyx.org Git - features.git/commitdiff
Add bindings for inset-settings.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 23 Apr 2018 03:56:17 +0000 (23:56 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 23 Apr 2018 03:58:21 +0000 (23:58 -0400)
Fixes #7762.

(cherry picked from commit 8da025014dda1ff2d3cc1409778d5df68d06bf1a)

lib/bind/cua.bind
lib/bind/mac.bind
status.23x

index 705b58cf6efe1b99a8c9c1f994c92b9ee285a66c..d9b134d97ec74f767d19cbcfea2511f6409c3639 100644 (file)
@@ -75,6 +75,7 @@ Format 4
 \bind "C-f"                    "dialog-show findreplace"
 \bind "C-S-f"                  "dialog-show findreplaceadv"
 \bind "C-i"                    "inset-toggle"          # 'i' for Inset
+\bind "C-M-i"          "inset-settings"
 
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
index ab76820286d7cdf07152e8175095beff4230314c..af358d6e36839e441936c50d3c26aa2dfae5dfe1 100644 (file)
@@ -152,6 +152,7 @@ Format 4
 #  +: "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"                          "inset-toggle" # 'i' for Inset
+\bind "C-M-i"                        "inset-settings"
 #  -: "Option-Command-I"             # Display an inspector window
 #  -: "Command-J"                    # Scroll to a selection
 \bind "C-k"                          "line-delete-forward"
index 0ca83fdf414c45b9445983792440e44f3fd12dd4..38395b2a4afacf7e8b3d7a301109edf2927f1cd3 100644 (file)
@@ -91,6 +91,8 @@ What's new
 
 - Allow LFUN_UNICODE_INSERT to take multiple arguments (bug 11084).
 
+- Added C-M-i as a shortcut for LFUN_INSET_SETTINGS (bug 7662).
+
 
 * DOCUMENTATION AND LOCALIZATION