Use slots number for visual selection
This commit is contained in:
parent
d53d92b890
commit
cc502163cb
@ -882,7 +882,7 @@ class Boss:
|
|||||||
if only_window_ids and window.id not in only_window_ids:
|
if only_window_ids and window.id not in only_window_ids:
|
||||||
continue
|
continue
|
||||||
ac = KeyAction('visual_window_select_action_trigger', (window.id,))
|
ac = KeyAction('visual_window_select_action_trigger', (window.id,))
|
||||||
num += 1
|
num = idx + 1
|
||||||
is_last = num == 10
|
is_last = num == 10
|
||||||
if is_last:
|
if is_last:
|
||||||
num = 0
|
num = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user