feat: add config option keybind_mode with workaround ignore_alt_text_modifiers
This option may be set to ignore_alt_text_modifiers to enable a workround for #417
This commit is contained in:
parent
141f5595ff
commit
4c98cf33e3
3 changed files with 23 additions and 9 deletions
|
|
@ -198,7 +198,7 @@ fn init(allocator: Allocator) InitError!*Self {
|
|||
|
||||
try frame_clock.start();
|
||||
try self.commands.init(self);
|
||||
try keybind.init();
|
||||
try keybind.init(self.config_.keybind_mode);
|
||||
errdefer self.deinit();
|
||||
switch (builtin.os.tag) {
|
||||
.windows => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue