mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove hardcoded shortcuts from keyDown:
These keys are also in the menu so no need to special-case them (unlike the other keys handled).
This commit is contained in:
@@ -108,9 +108,6 @@
|
||||
{
|
||||
static struct key_action_t { std::string key; SEL action; } const KeyActions[] =
|
||||
{
|
||||
{ "@C", @selector(goToComputer:) },
|
||||
{ "@H", @selector(goToHome:) },
|
||||
{ "@D", @selector(goToDesktop:) },
|
||||
{ "@[", @selector(goBack:) },
|
||||
{ "@]", @selector(goForward:) },
|
||||
{ "@" + utf8::to_s(NSLeftArrowFunctionKey), @selector(goBack:) },
|
||||
|
||||
Reference in New Issue
Block a user