Add a note that grabbing keyboard doesnt work on macOS
This commit is contained in:
parent
95c6279bdd
commit
d8b0edce43
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ def generate_c_parsers() -> Iterator[str]:
|
|||
you want to create an OS modal window. How well this
|
||||
works depends on the OS/window manager/desktop environment. On Wayland it works only if the compositor implements
|
||||
the :link:`inhibit-keyboard-shortcuts protocol <https://wayland.app/protocols/keyboard-shortcuts-inhibit-unstable-v1>`.
|
||||
On macOS Apple doesn't allow applications to grab the keyboard without special permissions, so it doesn't work.
|
||||
"""
|
||||
|
||||
listen_on_defn = f'''\
|
||||
|
|
|
|||
Loading…
Reference in a new issue