Page MenuHomePhabricator

D21508.diff
No OneTemporary

D21508.diff

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

Mime Type
text/plain
Expires
Sat, Jan 11, 10:35 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6985768
Default Alt Text
D21508.diff (793 B)

Event Timeline