mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
cleanup the keymap stuff
This commit is contained in:
parent
b3322eeb90
commit
41cbe17262
4 changed files with 14 additions and 16 deletions
|
|
@ -11,7 +11,7 @@ const Keyboard = @import("keyboard.zig");
|
|||
const Output = @import("output.zig");
|
||||
const View = @import("view.zig");
|
||||
const Utils = @import("utils.zig");
|
||||
const Keymap = @import("keymap.zig");
|
||||
const Keymap = @import("types/keymap.zig");
|
||||
const Hook = @import("types/hook.zig");
|
||||
const Events = @import("types/events.zig");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue