add xkb rules for greek chars
This commit is contained in:
parent
b864f0c998
commit
05bc00cbd7
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
|
@ -57,7 +57,8 @@ static const struct xkb_rule_names xkb_rules = {
|
||||||
/* example:
|
/* example:
|
||||||
.options = "ctrl:nocaps",
|
.options = "ctrl:nocaps",
|
||||||
*/
|
*/
|
||||||
.options = NULL,
|
.layout = "us,gr",
|
||||||
|
.options = "grp:win_space_toggle",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int repeat_rate = 50;
|
static const int repeat_rate = 50;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue