diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 18:22:52 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 18:22:52 +0000 |
commit | 9ac7fcb5fdf8aa1c31e0c7665e567e59255235e8 (patch) | |
tree | a4ee969197fc84a3b92bd79dc41fd2df2d140f45 /chrome/app/chrome_dll_resource.h | |
parent | 288bfcd3e84eb6747f697578e13b1ad4c81fd727 (diff) | |
download | chromium_src-9ac7fcb5fdf8aa1c31e0c7665e567e59255235e8.zip chromium_src-9ac7fcb5fdf8aa1c31e0c7665e567e59255235e8.tar.gz chromium_src-9ac7fcb5fdf8aa1c31e0c7665e567e59255235e8.tar.bz2 |
Add keyboard shortcuts to reorder tabs left or right on Linux.
It's standard in GTK+ for tabbed interfaces to be reorderable
using ctrl+shift+pgup and ctrl+shift+pgdn (e.g., in Terminal).
The plumbing is included on all platforms, but the shortcut is
only hooked up on Linux.
BUG=21594
Review URL: http://codereview.chromium.org/194088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 769e4cc..f99438b 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -80,6 +80,8 @@ #define IDC_SHOW_AS_TAB 34029 #define IDC_FULLSCREEN 34030 #define IDC_EXIT 34031 +#define IDC_MOVE_TAB_NEXT 34032 +#define IDC_MOVE_TAB_PREVIOUS 34033 // Page-related commands #define IDC_STAR 35000 |