Comment #48 on issue 12557 by [email protected]: Back/forward via keyboard shortcuts (command-left/right and backspace/delete) not working http://code.google.com/p/chromium/issues/detail?id=12557
Linux folks: Looks like your problem is fixed on Tip of Tree, but this doesn't belong in _this_ bug as pointed out above. Turns out that another problem with cmd-left/right is that it should move the cursor when the omnibox has focus. That means [BrowserWindow performKeyEquivalent] should return NO so that cmd-left is sent to the omnibox's keyDown:. But then cmd- 1 doesn't work when the omnibox has focus. Putting the code in BrowserWindow into keyDown: doesn't help either, as this doesn't seem to be called at all when the omnibox is focussed (even though a text view shouldn't handle cmd-1). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
