Added findreplaceadv dialog to emacs and xemacs bindigs

This commit is contained in:
Kornel Benko 2013-01-11 18:54:19 +01:00
parent 562fa5bcb0
commit e8a5b25bf5
2 changed files with 4 additions and 2 deletions

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

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