mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-09 15:55:23 +02:00
layouts format: Add 'c' as a synonym for 'key0'
The attribute 'c' specifies the symbol in the center of a key, just like 'key0'. This adds consistency with the cardinal direction attributes and is intended to make layouts more readable.
This commit is contained in:
@ -10,9 +10,8 @@ KNOWN_NOT_LAYOUT = set([
|
||||
"clipboard_bottom_row" ])
|
||||
|
||||
KEY_ATTRIBUTES = set([
|
||||
"key0",
|
||||
"key1", "key2", "key3", "key4", "key5", "key6", "key7", "key8",
|
||||
"nw", "ne", "sw", "se", "w", "e", "n", "s"
|
||||
"key0", "key1", "key2", "key3", "key4", "key5", "key6", "key7", "key8",
|
||||
"c", "nw", "ne", "sw", "se", "w", "e", "n", "s"
|
||||
])
|
||||
|
||||
def warn(msg):
|
||||
|
Reference in New Issue
Block a user