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:
Bo Peng 2007-10-11 15:08:30 +00:00
parent 353aacab4b
commit c37b495ca0
3 changed files with 3 additions and 0 deletions

View File

@ -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!

View File

@ -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!

View File

@ -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"