1
0
Fork 0

it is now possible to hide an entire Fn column

This commit is contained in:
sspanak 2025-05-05 12:42:26 +03:00 committed by Dimo Karaivanov
parent 58f9be779a
commit ea42b41a05
17 changed files with 133 additions and 73 deletions

View file

@ -164,7 +164,7 @@
<string name="fn_key_order_column_1">Column 1</string>
<string name="fn_key_order_column_2">Column 2</string>
<string name="fn_key_order_error_wrong_key_count">There must be exactly 4 keys per column.</string>
<string name="fn_key_order_error_wrong_key_count">The column can contain at most 4 keys.</string>
<string name="fn_key_order_error_unsupported_key_code">Only key codes 18 are allowed.</string>
<string name="fn_key_order_error_key_on_both_sides">One key cannot be placed in both columns.</string>
<string name="fn_key_order_error_duplicate_key">No duplicate keys allowed.</string>