summaryrefslogtreecommitdiffstats
path: root/ash/ime_control_delegate.h
Commit message (Collapse)AuthorAgeFilesLines
* Do not consume Ctrl+Space if there is only one input method is activated.nona@chromium.org2013-07-231-1/+1
| | | | | | | | | | BUG=240196 TEST=Manually checked the Ctrl+Space does not consumed by Google Docs spread sheet if only us layout is enabled. Review URL: https://chromiumcodereview.appspot.com/19790010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213204 0039d316-1c4b-4281-b951-d872f2087c98
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing french keyboard handlingskuhne@chromium.org2012-05-301-0/+5
| | | | | | | | | | BUG=129017 TEST=none Review URL: https://chromiumcodereview.appspot.com/10452042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139678 0039d316-1c4b-4281-b951-d872f2087c98
* Move IME shortcut keys from X to Aura [part 1 of 3].yusukes@chromium.org2012-02-171-0/+28
- Add ash::ImeControlDelegate interface. - Call a method in the interface when an IME shortcut is pressed. - Modify ash::AcceleratorController so that it could handle pre- and post-IME shortcuts separately. BUG=110408 TEST=ran aura_shell_unittests Review URL: http://codereview.chromium.org/9370017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122411 0039d316-1c4b-4281-b951-d872f2087c98