The symbol is hard to read, go back to text labels
This commit is contained in:
@@ -5,7 +5,7 @@ module HotkeysHelper
|
||||
if key == "ctrl" && platform.mac?
|
||||
"⌘"
|
||||
elsif key == "enter"
|
||||
"⏎"
|
||||
platform.mac? ? "return" : "enter"
|
||||
elsif key == "shift"
|
||||
"⇧"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user