From: Richard Kimberly Heck Date: Mon, 23 Apr 2018 03:56:17 +0000 (-0400) Subject: Add bindings for inset-settings. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3572 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8da025014dda1ff2d3cc1409778d5df68d06bf1a;p=features.git Add bindings for inset-settings. Fixes #7762. --- diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 705b58cf6e..d9b134d97e 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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" diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index ab76820286..af358d6e36 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -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"