Skip to content

Commit fff4e52

Browse files
stevezxcamorphobia
authored andcommitted
fix: considering predictor candidates
1 parent e2d4679 commit fff4e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rabbit.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ ProcessKey(key, mask, this_hotkey) {
379379
static prev_show := false
380380
static prev_x := 4
381381
static prev_y := 4
382-
if context.composition.length > 0 {
382+
if (context.composition.length > 0 or context.menu.num_candidates > 0) {
383383
DetectHiddenWindows True
384384
local start_menu := WinActive("ahk_class Windows.UI.Core.CoreWindow ahk_exe StartMenuExperienceHost.exe")
385385
|| WinActive("ahk_class Windows.UI.Core.CoreWindow ahk_exe SearchHost.exe")

0 commit comments

Comments
 (0)