No need to special case shift
The symbol isn't doing it
This commit is contained in:
@@ -6,8 +6,6 @@ module HotkeysHelper
|
||||
"⌘"
|
||||
elsif key == "enter"
|
||||
platform.mac? ? "return" : "enter"
|
||||
elsif key == "shift"
|
||||
"⇧"
|
||||
else
|
||||
key
|
||||
end.capitalize
|
||||
|
||||
Reference in New Issue
Block a user