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",