summaryrefslogtreecommitdiffstats
path: root/chrome/browser/global_keyboard_shortcuts_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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