mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
For some reason our shortcut ui is ignore-case while bind settings
are case sensitive as far as BackTab is concerned. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31369 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ec8281bd3a
commit
29363b4920
@ -53,7 +53,7 @@
|
||||
\bind "C-Next" "buffer-next"
|
||||
\bind "C-Tab" "buffer-next"
|
||||
\bind "C-Prior" "buffer-previous"
|
||||
\bind "C-S-Backtab" "buffer-previous"
|
||||
\bind "C-S-BackTab" "buffer-previous"
|
||||
|
||||
\bind "C-M-b" "font-boldsymbol"
|
||||
\bind "C-b" "font-bold"
|
||||
|
Loading…
Reference in New Issue
Block a user