From cf4269a29965e2d391f1a122ef213c008dcd0f72 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 5 Nov 2004 13:28:01 +0000 Subject: [PATCH] use -Tab and -backtab as shortcuts for buffer-next/previous (bug 1639) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9177 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/bind/mac.bind | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 6d2987cde4..ecbb438d14 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-11-05 Bennett Helm + + * bind/mac.bind: use -Tab and -backtab as shortcuts for + buffer-next/previous + 2004-11-04 José Matos * layouts/db_stdclasses.inc: allowed non alphanumeric chars in ids. diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind index 220af0b2dc..a7700c2948 100644 --- a/lib/bind/mac.bind +++ b/lib/bind/mac.bind @@ -40,8 +40,8 @@ \bind "C-S-D" "buffer-update dvi" # 'd' for dvi \bind "C-S-T" "buffer-update pdf" # (pdflatex; was "ps") \bind "C-q" "lyx-quit" -\bind "C-grave" "buffer-next" -\bind "C-asciitilde" "buffer-previous" +\bind "M-Tab" "buffer-next" +\bind "M-S-BackTab" "buffer-previous" \bind "C-b" "font-bold" \bind "C-e" "font-emph" -- 2.39.2