mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-16 05:34:14 -04:00
opt: not handle virtual group keyborad ov_tab_mode detect
This commit is contained in:
parent
be02bb5cc1
commit
d00d0cf78d
1 changed files with 1 additions and 1 deletions
|
|
@ -3444,7 +3444,7 @@ void keypress(struct wl_listener *listener, void *data) {
|
||||||
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
|
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
|
||||||
|
|
||||||
// ov tab mode detect moe key release
|
// ov tab mode detect moe key release
|
||||||
if (ov_tab_mode && !locked &&
|
if (ov_tab_mode && !locked && group == kb_group &&
|
||||||
event->state == WL_KEYBOARD_KEY_STATE_RELEASED &&
|
event->state == WL_KEYBOARD_KEY_STATE_RELEASED &&
|
||||||
(keycode == 133 || keycode == 37 || keycode == 64 || keycode == 50 ||
|
(keycode == 133 || keycode == 37 || keycode == 64 || keycode == 50 ||
|
||||||
keycode == 134 || keycode == 105 || keycode == 108 || keycode == 62) &&
|
keycode == 134 || keycode == 105 || keycode == 108 || keycode == 62) &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue