mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Use symbolic name for NSF2FunctionKey
This commit is contained in:
@@ -155,11 +155,11 @@
|
||||
{ "@" + utf8::to_s(NSLeftArrowFunctionKey), @selector(goBack:) },
|
||||
{ "@" + utf8::to_s(NSRightArrowFunctionKey), @selector(goForward:) },
|
||||
{ "@" + utf8::to_s(NSDownArrowFunctionKey), @selector(performDoubleClick:) },
|
||||
{ "~" + utf8::to_s(NSF2FunctionKey), @selector(showContextMenu:) },
|
||||
{ "@o", @selector(performDoubleClick:) },
|
||||
{ "@d", @selector(duplicateSelectedEntries:) },
|
||||
{ "@G", @selector(orderFrontGoToFolder:) },
|
||||
{ " ", @selector(toggleQuickLookPreview:) },
|
||||
{ "~\uF705", @selector(showContextMenu:) },
|
||||
};
|
||||
|
||||
std::string const key = to_s(theEvent);
|
||||
|
||||
Reference in New Issue
Block a user