mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
InsetInfo: add shortcut C-S-I. (there will be no menu item, because this feature is for developers and document maintainers)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20906 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
353aacab4b
commit
c37b495ca0
@ -89,6 +89,7 @@
|
||||
\bind "M-S-Left" "depth-decrement"
|
||||
\bind "C-S-L" "ligature-break-insert"
|
||||
\bind "C-l" "ert-insert" # 'l' for LaTeX
|
||||
\bind "C-S-I" "info-insert"
|
||||
|
||||
#bind "F1" "help" # Not yet implemented!
|
||||
#bind "C-F1" "help-context" # Not yet implemented!
|
||||
|
@ -73,6 +73,7 @@
|
||||
\bind "M-C-Left" "depth-decrement"
|
||||
\bind "C-S-L" "ligature-break-insert"
|
||||
\bind "C-l" "ert-insert" # 'l' for LaTeX
|
||||
\bind "C-S-I" "info-insert"
|
||||
|
||||
#bind "F1" "help" # Not yet implemented!
|
||||
#bind "C-F1" "help-context" # Not yet implemented!
|
||||
|
@ -78,6 +78,7 @@
|
||||
|
||||
\bind "C-k" "line-delete-forward"
|
||||
\bind "C-l" "screen-recenter"
|
||||
\bind "C-S-I" "info-insert"
|
||||
|
||||
# Toggle: in text mode, switch to math, and vice versa. Also C-t.
|
||||
\bind "C-m" "math-mode"
|
||||
|
Loading…
Reference in New Issue
Block a user