Skip to content

Commit 76a5e86

Browse files
committed
Docs: Split hotkey context example
1 parent 1f4b8d9 commit 76a5e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ specific condition. For example::
121121
"You pressed Win-C while any window except Notepad is active.",
122122
)
123123

124+
.. code-block::
125+
124126
def is_mouse_over_taskbar():
125127
win = ahkpy.get_window_under_mouse()
126128
return win.class_name == "Shell_TrayWnd"

0 commit comments

Comments
 (0)