|
|
|
@ -44,15 +44,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
#define console_keymap_parameter "CONSOLE_KEYMAP"
|
|
|
|
#define console_keymap_parameter "CONSOLE_KEYMAP"
|
|
|
|
#define console_keymap_parameter_command "ubconfig --source global get [keyboard] CONSOLE_KEYMAP"
|
|
|
|
#define console_keymap_parameter_command "ubconfig --source global get [keyboard] CONSOLE_KEYMAP"
|
|
|
|
|
|
|
|
|
|
|
|
#define console_keymap_toggle_parameter "CONSOLE_KEYMAP_TOGGLE"
|
|
|
|
#define console_keymap_toggle_parameter "CONSOLE_KEYMAP_TOGGLE"
|
|
|
|
#define console_keymap_toggle_parameter_command "ubconfig --source global get [keyboard] CONSOLE_KEYMAP_TOGGLE"
|
|
|
|
#define console_keymap_toggle_parameter_command "ubconfig --source global get [keyboard] CONSOLE_KEYMAP_TOGGLE"
|
|
|
|
|
|
|
|
|
|
|
|
#define console_font_parameter "CONSOLE_FONT"
|
|
|
|
#define console_font_parameter "CONSOLE_FONT"
|
|
|
|
#define console_font_parameter_command "ubconfig --source global get [locale] CONSOLE_FONT"
|
|
|
|
#define console_font_parameter_command "ubconfig --source global get [locale] CONSOLE_FONT"
|
|
|
|
|
|
|
|
|
|
|
|
#define yon_config_get_custom_command(target) yon_char_unite("ubconfig --source ",target," get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK",NULL)
|
|
|
|
#define yon_config_get_custom_command(target) yon_char_unite("ubconfig --source ",target," -ea get [keyboard] XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK CONSOLE_KEYMAP CONSOLE_KEYMAP_TOGGLE -- [locale] CONSOLE_FONT",NULL)
|
|
|
|
#define config_get_local_command "ubconfig --source system get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK"
|
|
|
|
#define config_get_local_command "ubconfig --source system -ea get [keyboard] XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK CONSOLE_KEYMAP CONSOLE_KEYMAP_TOGGLE -- [locale] CONSOLE_FONT"
|
|
|
|
#define config_get_global_command "ubconfig --source global get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK"
|
|
|
|
#define config_get_global_command "ubconfig --source global -ea get [keyboard] XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK CONSOLE_KEYMAP CONSOLE_KEYMAP_TOGGLE -- [locale] CONSOLE_FONT"
|
|
|
|
#define config_get_default_command ""
|
|
|
|
#define config_get_default_command "ubconfig --source default -ea get [keyboard] XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK CONSOLE_KEYMAP CONSOLE_KEYMAP_TOGGLE -- [locale] CONSOLE_FONT"
|
|
|
|
|
|
|
|
|
|
|
|
#define config_get_global_only_parameters ""
|
|
|
|
#define config_get_global_only_parameters ""
|
|
|
|
#define config_get_local_only_parameters ""
|
|
|
|
#define config_get_local_only_parameters ""
|
|
|
|
|