opt: not handle virtual group keyborad ov_tab_mode detect
This commit is contained in:
@@ -3493,7 +3493,7 @@ void keypress(struct wl_listener *listener, void *data) {
|
||||
wlr_idle_notifier_v1_notify_activity(idle_notifier, seat);
|
||||
|
||||
// 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 &&
|
||||
(keycode == 133 || keycode == 37 || keycode == 64 || keycode == 50 ||
|
||||
keycode == 134 || keycode == 105 || keycode == 108 || keycode == 62) &&
|
||||
|
||||
Reference in New Issue
Block a user