Add list-input-configs command

This commit is contained in:
Leon Henrik Plickat
2021-06-12 11:58:58 +00:00
committed by Isaac Freund
parent 3f4fd97b6e
commit a267262a17
3 changed files with 67 additions and 0 deletions

View File

@ -59,6 +59,7 @@ const str_to_impl_fn = [_]struct {
.{ .name = "focus-view", .impl = @import("command/focus_view.zig").focusView },
.{ .name = "input", .impl = @import("command/input.zig").input },
.{ .name = "list-inputs", .impl = @import("command/input.zig").listInputs },
.{ .name = "list-input-configs", .impl = @import("command/input.zig").listInputConfigs},
.{ .name = "map", .impl = @import("command/map.zig").map },
.{ .name = "map-pointer", .impl = @import("command/map.zig").mapPointer },
.{ .name = "mod-layout-value", .impl = @import("command/layout.zig").modLayoutValue },