dump
authorDaniel Stone <daniel@fooishbar.org>
Sat, 2 Jun 2012 14:29:21 +0000 (15:29 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 2 Jun 2012 14:29:21 +0000 (15:29 +0100)
test/dump.c

index 5d2484e..ef2cf02 100644 (file)
@@ -38,9 +38,9 @@ int main(int argc, char *argv[])
     struct xkb_rule_names names = {
         .rules = "evdev",
         .model = "pc105",
-        .layout = "us",
+        .layout = "gb",
         .variant = NULL,
-        .options = NULL,
+        .options = "terminate:ctrl_alt_bksp",
     };
     char *as_string;