The symbol is hard to read, go back to text labels

This commit is contained in:
Jason Zimdars
2025-11-19 16:23:21 -06:00
parent 0259cb860d
commit a15043a336
+1 -1
View File
@@ -5,7 +5,7 @@ module HotkeysHelper
if key == "ctrl" && platform.mac?
""
elsif key == "enter"
""
platform.mac? ? "return" : "enter"
elsif key == "shift"
""
else