Add iOS QWERTZ layout facts
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const std = @import("std");
|
||||
const input = @import("input.zig");
|
||||
const layout = @import("layout.zig");
|
||||
const protocol = @import("protocol.zig");
|
||||
const replay = @import("replay.zig");
|
||||
const session = @import("session.zig");
|
||||
@@ -118,6 +119,7 @@ fn collectRemainingArgs(allocator: std.mem.Allocator, args: *std.process.Args.It
|
||||
|
||||
test {
|
||||
_ = input;
|
||||
_ = layout;
|
||||
_ = protocol;
|
||||
_ = replay;
|
||||
_ = session;
|
||||
|
||||
Reference in New Issue
Block a user