* Different color for action keys and space bar Keys can be made darker or dimmer individually in layouts. This is done by setting the new 'role' attributes. Roles are "normal", "action" and "space_bar". The "action" role is intended to be used for keys like shift, backspace and other keys from the bottom row. Themes and special layouts are updated. * Set 'role="action"' for shift and backspace keys, the number row and numpad. * check_layout.py: Check that some keys have a role
9 lines
719 B
XML
9 lines
719 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<row height="0.95">
|
|
<key width="1.7" role="action" key0="ctrl" key1="loc switch_greekmath" key2="loc meta" key3="loc switch_clipboard" key4="switch_numeric"/>
|
|
<key width="1.1" role="action" key0="fn" key1="loc alt" key2="loc change_method" key3="switch_emoji" key4="config"/>
|
|
<key width="4.4" role="space_bar" key0="space" key7="switch_forward" key8="switch_backward" key5="cursor_left" key6="cursor_right"/>
|
|
<key width="1.1" role="action" key0="loc compose" key7="up" key6="right" key5="left" key8="down" key1="loc home" key2="loc page_up" key3="loc end" key4="loc page_down"/>
|
|
<key width="1.7" role="action" key0="enter" key1="loc voice_typing" key2="action"/>
|
|
</row>
|