Commit f77df7b23c95056c0546a8771bd6e2c514a0bbfb
1 parent
022cd8c5
Exists in
master
and in
2 other branches
Enabling set/reset of kpalternative in the modern interface.
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
ui/window.xml
... | ... | @@ -371,6 +371,11 @@ |
371 | 371 | </item> |
372 | 372 | |
373 | 373 | <item> |
374 | + <attribute name="label" translatable="yes">Use +/- for field navigation</attribute> | |
375 | + <attribute name="action">win.kpalternative</attribute> | |
376 | + </item> | |
377 | + | |
378 | + <item> | |
374 | 379 | <attribute name="label" translatable="yes">Resize on alternate screen</attribute> |
375 | 380 | <attribute name="action">win.altscreen</attribute> |
376 | 381 | </item> | ... | ... |