Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14918350
D21508.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D21508.diff
View Options
diff --git a/src/infrastructure/markup/rule/PhabricatorKeyboardRemarkupRule.php b/src/infrastructure/markup/rule/PhabricatorKeyboardRemarkupRule.php
--- a/src/infrastructure/markup/rule/PhabricatorKeyboardRemarkupRule.php
+++ b/src/infrastructure/markup/rule/PhabricatorKeyboardRemarkupRule.php
@@ -61,6 +61,22 @@
'escape',
),
),
+ array(
+ 'name' => pht('Enter'),
+ 'symbol' => "\xE2\x8F\x8E",
+ 'aliases' => array(
+ 'enter',
+ 'return',
+ ),
+ ),
+ array(
+ 'name' => pht('Control'),
+ 'symbol' => "\xE2\x8C\x83",
+ 'aliases' => array(
+ 'ctrl',
+ 'control',
+ ),
+ ),
array(
'name' => pht('Up'),
'symbol' => "\xE2\x86\x91",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 8:51 PM (20 h, 52 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7129613
Default Alt Text
D21508.diff (793 B)
Attached To
Mode
D21508: Support "control" and "return/enter" in the remarkup rule for keystrokes
Attached
Detach File
Event Timeline
Log In to Comment