]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/sciword.bind
languages: fix activation of Spanish characters (bug 4361)
[lyx.git] / lib / bind / sciword.bind
index 080e681fbeedc6110250dd050b7100b9d6fa8590..a26238d0306d3be1869b036a9f9dea41be6f9356 100644 (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"
 
 \bind "M-Up"                   "paragraph-move-up"
 \bind "M-Down"                 "paragraph-move-down"
-\bind "S-KP_Right"                     "forward-select"
-\bind "S-KP_Left"                              "backward-select"
+\bind "S-KP_Right"                     "char-right-select"
+\bind "S-KP_Left"                              "char-left-select"
 \bind "S-KP_Up"                                "up-select"
 \bind "S-KP_Down"                              "down-select"
-\bind "S-C-KP_Right"                   "word-forward-select"
-\bind "S-C-KP_Left"                    "word-backward-select"
+\bind "S-C-KP_Right"                   "word-right-select"
+\bind "S-C-KP_Left"                    "word-left-select"
 \bind "S-C-KP_Up"                              "paragraph-up-select"
 \bind "S-C-KP_Down"                    "paragraph-down-select"
 \bind "S-KP_Home"                              "line-begin-select"