Add list-inputs command

This commit is contained in:
Leon Henrik Plickat
2021-06-10 09:38:17 +02:00
committed by Isaac Freund
parent c9c9901c5b
commit 3f4fd97b6e
3 changed files with 35 additions and 0 deletions

View File

@ -58,6 +58,7 @@ const str_to_impl_fn = [_]struct {
.{ .name = "focus-output", .impl = @import("command/focus_output.zig").focusOutput },
.{ .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 = "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 },