X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fsciword.bind;h=896f1f704fb303b5de218a68ddb161cc3f17529b;hb=aca303135257f979ba09c9ab70147d4b51cef230;hp=1f0b32985b6fa3f2191b24d64f322678e7579f64;hpb=ea8248fc13bb34c170fda81baa663700139cf62b;p=lyx.git diff --git a/lib/bind/sciword.bind b/lib/bind/sciword.bind index 1f0b32985b..896f1f704f 100644 --- a/lib/bind/sciword.bind +++ b/lib/bind/sciword.bind @@ -13,7 +13,7 @@ #\bind "C-b" "font-bold" # Copy, paste, etc.: more familiar keys -Format 1 +Format 4 \bind "C-c" "copy" @@ -113,12 +113,13 @@ Format 1 \bind "C-x" "cut" \bind "C-z" "undo" \bind "S-C-Z" "redo" -\bind "C-a" "command-sequence buffer-begin ; buffer-end-select" # select all +\bind "C-a" "inset-select-all" +\bind "C-M-a" "command-sequence buffer-begin ; buffer-end-select" # select all # This combination makes an umlaut accent now. #\bind "S-C-quotedbl" "quote-insert" -\bind "S-M-quotedbl" "quote-insert single" +\bind "S-M-quotedbl" "quote-insert inner" # Bracket delimiters. Sciword mnemonic is to press Control- # On U.S. keyboard with Windows Ctrl+Shift definition must refer to @@ -231,10 +232,10 @@ Format 1 \bind_file greekkeys.bind -\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up" -\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; inset-modify tabular move-row-down" -\bind "M-Right" "inset-modify tabular move-column-right" -\bind "M-Left" "inset-modify tabular move-column-left" +\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up" +\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down" +\bind "M-Right" "tabular-feature move-column-right" +\bind "M-Left" "tabular-feature move-column-left" \bind "S-KP_Right" "char-right-select" \bind "S-KP_Left" "char-left-select" \bind "S-KP_Up" "up-select"