Skip to content

Commit 54b0f13

Browse files
authored
N&N Entry for Arrow Symbols in Key Bindings (#278)
See: eclipse-platform/eclipse.platform.ui#2650
1 parent 487399e commit 54b0f13

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
6.91 KB
Loading
7.24 KB
Loading

news/4.35/platform.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,24 @@ <h2>Themes and Styling </h2>
9595
These improvement where published as a preview in the <a href="https://eclipse.dev/eclipse/news/4.33/platform.html#new-light-theme">4.33 release</a>. The improvements are now integrated in the standared light theme.
9696
</td>
9797
</tr>
98-
<!-- ******************* End of Themes and Styling ************************************* -->
98+
<tr id="arrowsInKeyBindings"> <!-- -->
99+
<td class="title">Improved Display of Arrow Keys in Key Binding</td>
100+
<td class="content">
101+
<p>
102+
Up to now they up, down, left and right arrow key have been displaye as UP, DOWN.. in the display of key bindings on windows.
103+
</p>
104+
<p>
105+
This has now changed so that these are displayed as arrow smybols (just like it's e.g. done on macOS). This makes this display of key bindgins look nicer and also makes them much shorter.
106+
</p>
107+
<p>
108+
<img src="images/keybindings_before.png" alt="Before the change"/>
109+
</p>
110+
<p>
111+
<img src="images/keybindings_after.png" alt="After the change"/>
112+
</p>
113+
</td>
114+
</tr>
115+
<!-- ******************* End of Themes and Styling ************************************* -->
99116

100117
<!-- ******************* General Updates ************************************* -->
101118
<tr>

0 commit comments

Comments
 (0)