Skip to content

Commit e24ba9d

Browse files
committed
Show "Arrow Symbols" instead up "UP" "DOWN" etc.
On macOS we use arrow symbols (see xhttps://www.fileformat.info/info/unicode/char/2193/index.htm) when formatting key bindings (e.g. in tooltips or menu entries). This is much more compact then writing "UP", "DOWN", etc. and looks a lot nicer. Let's also use this on Windows and Linux.
1 parent 7f20954 commit e24ba9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/formatting/AbstractKeyFormatter.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ CTRL=Ctrl
1919
SHIFT=Shift
2020

2121
# Special keys
22-
ARROW_DOWN=Down
23-
ARROW_LEFT=Left
24-
ARROW_RIGHT=Right
25-
ARROW_UP=Up
22+
ARROW_DOWN=\u2193
23+
ARROW_LEFT=\u2190
24+
ARROW_RIGHT=\u2192
25+
ARROW_UP=\u2191
2626
BREAK=Break
2727
CAPS_LOCK=CapsLock
2828
END=End

0 commit comments

Comments
 (0)