이 오토 핫키 스크립트 가 그렇게합니다. 첫 번째 줄을 확인하십시오. 스크립트의 동작을 변경하는 매개 변수가 있습니다.
hover_task_buttons = 1 ; hover over taskbar button to activate window
hover_task_group = 1 ; hover to select (or exit) from a window-group menu
; (for Windows' "Group similar taskbar buttons" feature)
hover_task_min_info = 0 ; only show info for minimized windows, don't activate
hover_start_button = 1 ; hover over start button to open start menu
hover_min_max = 1 ; minimize or maximize by hovering over the min/max buttons
hover_any_window = 0 ; activate any window by hovering (except the taskbar)
hover_no_buttons = 1 ; ignore hover if a mouse button is in the down state
hover_delay = 500 ; hover delay, from when the mouse stops moving
; WORKS, BUT NOT PERFECTLY: (brings the window forward, then puts it back in place)
hover_keep_zorder = 0 ; don't bring windows forward, only activate them
위에 나열된 마지막 항목 hover_keep_zorder에 관심이있을 것입니다. 단지 완벽하게 작동하지 않는다는 경고가 있습니다 (하지만 잘 작동했습니다).
hover_any_window 도 1로 설정하는 것을 잊지 마십시오 .