refactor: make keybind.Binding public
This commit is contained in:
parent
3221e2dd39
commit
0666893151
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ const Command = struct {
|
||||||
};
|
};
|
||||||
|
|
||||||
//An association of an command with a triggering key chord
|
//An association of an command with a triggering key chord
|
||||||
const Binding = struct {
|
pub const Binding = struct {
|
||||||
key_events: []KeyEvent,
|
key_events: []KeyEvent,
|
||||||
commands: []Command,
|
commands: []Command,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue