set keyboard layout to us(intl)
This commit is contained in:
parent
9bb7a64a3e
commit
cf4dc1f5c3
1 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,10 @@ static const MonitorRule monrules[] = {
|
||||||
/* keyboard */
|
/* keyboard */
|
||||||
static const struct xkb_rule_names xkb_rules = {
|
static const struct xkb_rule_names xkb_rules = {
|
||||||
/* can specify fields: rules, model, layout, variant, options */
|
/* can specify fields: rules, model, layout, variant, options */
|
||||||
/* example:
|
.rules = NULL,
|
||||||
.options = "ctrl:nocaps",
|
.model = NULL,
|
||||||
*/
|
.layout = "us",
|
||||||
|
.variant = "intl",
|
||||||
.options = NULL,
|
.options = NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue