summaryrefslogtreecommitdiffstats
path: root/chrome/browser/global_keyboard_shortcuts_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Style fixes; commenting.avi@chromium.org2010-11-191-8/+14
* Allow keypad 1..9 keys to be used as shortcuts to switch tabs.avi@chromium.org2010-11-171-9/+18
* Mac: Fix for crbug.com/42517jeremy@chromium.org2010-11-161-6/+35
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-081-1/+1
* Add "Inspect Element" shortcut to browser tabs.apavlov@chromium.org2010-07-161-4/+5
* Make cmd-{/} shortcut keys work on any keyboard layouts (including non-US one...kinuko@chromium.org2010-01-051-33/+91
* Add a keyboard shortcut on Escape that emits the IDC_STOP command.thakis@chromium.org2009-12-181-0/+27
* Fix cmd-opt-left/right.thakis@chromium.org2009-10-211-24/+28
* Revert 29646 - Fix cmdoptleft/right.nsylvain@chromium.org2009-10-211-28/+24
* Fix cmd-opt-left/right.thakis@chromium.org2009-10-211-24/+28
* Make backspace not go back while IME is active.thakis@chromium.org2009-10-191-0/+2
* Disable backspace until I have fixed it in IME mode.thakis@chromium.org2009-10-161-2/+0
* Forgot backspace/shift-backspace.thakis@chromium.org2009-10-091-11/+13
* Support cmd-left/right for history.thakis@chromium.org2009-10-091-9/+32
* Switch to using vkey constants rather than hardcoded decimal valuespinkerton@chromium.org2009-09-181-17/+23
* Hook up cmd-0..8 as "select Nth tab" and cmd-9 as "select last tab".pinkerton@chromium.org2009-09-171-0/+11
* Support cntrl-tab to switch tabs on OS X.jeremy@chromium.org2009-08-071-0/+2
* Remove errant semicolon. distcc's pump mode didn't understand this. Alsomark@chromium.org2009-07-081-2/+2
* Add facitility for Global Keyboard shortcuts.jeremy@chromium.org2009-07-081-0/+43