Add list-inputs
command
This commit is contained in:
committed by
Isaac Freund
parent
c9c9901c5b
commit
3f4fd97b6e
@ -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 },
|
||||
|
Reference in New Issue
Block a user