Add Menu key.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 50, height: 50 }
|
default: { width: 50, height: 50 }
|
||||||
|
menu: { width: 100, height: 50 }
|
||||||
altline: { width: 70, height: 50 }
|
altline: { width: 70, height: 50 }
|
||||||
spaceline: { width: 160, height: 50 }
|
spaceline: { width: 160, height: 50 }
|
||||||
special: { width: 35.33, height: 50 }
|
special: { width: 35.33, height: 50 }
|
||||||
@ -20,7 +21,7 @@ views:
|
|||||||
- "Q W E R T Y U I O P"
|
- "Q W E R T Y U I O P"
|
||||||
- "A S D F G H J K L"
|
- "A S D F G H J K L"
|
||||||
- "Shift_L Z X C V B N M BackSpace"
|
- "Shift_L Z X C V B N M BackSpace"
|
||||||
- "show_symbols show_eschars preferences space < > Return"
|
- "show_symbols show_eschars preferences space Menu Return"
|
||||||
- "Alt Esc PgUp PgDn Home End"
|
- "Alt Esc PgUp PgDn Home End"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` ´ - _ + = ° © ®"
|
- "~ ` ´ - _ + = ° © ®"
|
||||||
@ -57,6 +58,9 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
|
Menu:
|
||||||
|
outline: "menu"
|
||||||
|
keysym: "Menu"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
|
|||||||
Reference in New Issue
Block a user