-
Notifications
You must be signed in to change notification settings - Fork 228
Show "Arrow Symbols" instead up "UP" "DOWN" etc. #2650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
As long as they render nicely, that make good sense. That's also what they look like on my keyboard. 😜 |
9c33e04 to
2f33bf5
Compare
Haha. That's true. |
|
can somebody on Linux test this PR and provide a screenshot? |
tobiasmelcher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works as expected, thanks Matthias
Test Results 1 821 files ±0 1 821 suites ±0 1h 34m 26s ⏱️ + 4m 5s For more details on these failures, see this check. Results for commit 04d4fc7. ± Comparison against base commit 7f20954. ♻️ This comment has been updated with latest results. |
Thanks for testing. This looks nice. |
|
If nobody objects I plan to merge this today EoB so that we can get feedback from users early. |
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.
|
failed test is unrelated |







On macOS we use arrow symbols (see
https://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.