From 29363b4920845ef0c91630d4343f20f3f2397453 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 11 Sep 2009 12:23:29 +0000 Subject: [PATCH] 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 --- lib/bind/cua.bind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 64a4321952..97e38408e2 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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" -- 2.39.2