Merge pull request #247 from Humm42/xkboptions

initialize xkb_rules.options to a null pointer
このコミットが含まれているのは:
Sevz 2022-06-14 15:42:47 -05:00 committed by GitHub
コミット 3a77f02919
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -41,7 +41,7 @@ static const struct xkb_rule_names xkb_rules = {
/* example:
.options = "ctrl:nocaps",
*/
.options = "",
.options = NULL,
};
static const int repeat_rate = 25;