]> git.lyx.org Git - lyx.git/commit
Implement and bind buffer-move-{next,previous}
authorScott Kostyshak <skostysh@lyx.org>
Wed, 8 Apr 2015 03:18:21 +0000 (23:18 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 8 Apr 2015 18:12:52 +0000 (14:12 -0400)
commit6cf81782dd68acb1e565e00470f78926e4206be7
tree97b131b4da2801f87b0488b6406f80ea78cf78b5
parent34eadf5d498718b4faa51820961f9d7c09d4a6d0
Implement and bind buffer-move-{next,previous}

Control + Shift + PgDn now moves a tab to the right.
Control + Shift + PgUp now moves a tab to the left.

These keybindings are consistent with Chromium, Firefox,
Nautilus, and gnome-terminal.

Note that I allow for wrapping. This is consistent with
allowing wrapping for buffer-{next,previous}, but there
might be reasons to disable it in the future.
RELEASE-NOTES
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/xemacs.bind
src/FuncCode.h
src/LyXAction.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/GuiWorkArea.h