No need to special case shift

The symbol isn't doing it
This commit is contained in:
Jason Zimdars
2025-12-01 14:12:46 -06:00
parent a8e8c1ded6
commit 6bb1a7238c
-2
View File
@@ -6,8 +6,6 @@ module HotkeysHelper
""
elsif key == "enter"
platform.mac? ? "return" : "enter"
elsif key == "shift"
""
else
key
end.capitalize