]> git.lyx.org Git - features.git/commitdiff
Added findreplaceadv dialog to emacs and xemacs bindigs
authorKornel Benko <kornel@lyx.org>
Fri, 11 Jan 2013 17:54:19 +0000 (18:54 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 11 Jan 2013 17:54:19 +0000 (18:54 +0100)
lib/bind/emacs.bind
lib/bind/xemacs.bind

index fd7123facea10eab6e33e81841b8381b320d4b71..69418a65ba2057384f89fe40a542d31ce9eb3005 100644 (file)
@@ -52,7 +52,8 @@ Format 1
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
 \bind "C-s"                    "dialog-show findreplace"
-\bind "M-~S-percent"           "dialog-show findreplace"
+\bind "C-S-s"                  "dialog-show findreplaceadv"
+\bind "M-~S-percent"           "dialog-show findreplaceadv"
 
 \bind "C-t"                    "chars-transpose"
 
index 90ada4faa7f1075e2a2b6673dd37da73c69e4516..751199f10828ce98bddc4c1e1898d2abead96da7 100644 (file)
@@ -54,7 +54,8 @@ Format 1
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
 \bind "C-s"                    "dialog-show findreplace"
-\bind "M-~S-percent"           "dialog-show findreplace"
+\bind "C-S-s"                  "dialog-show findreplaceadv"
+\bind "M-~S-percent"           "dialog-show findreplaceadv"
 
 # should be "chars-transpose" (swaps two chars)
 #bind "C-t"                    "------"