mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 14:34:19 +02:00
Add support for local keybinds
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
a89c918c5d
commit
acac884cfe
16 changed files with 87 additions and 40 deletions
|
|
@ -83,6 +83,7 @@ pub fn init(
|
|||
pub fn widget(self: *Matrix) Widget {
|
||||
return Widget.init(
|
||||
"Matrix",
|
||||
null,
|
||||
self,
|
||||
deinit,
|
||||
realloc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue