diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2020-06-30 23:28:36 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2020-08-18 09:36:39 +0000 |
commit | b93a47beb555619ee1683aab6e9438f221c880b7 (patch) | |
tree | e2775ff3d545e5965a7d42e92c22a007162c34a4 /specs/XI2proto.txt | |
parent | 0f72d2d0b934c1e39e84a59d8ad381cc1f9ce4a6 (diff) |
specs: Only key code can be grabbed, not key symbol
Diffstat (limited to 'specs/XI2proto.txt')
-rw-r--r-- | specs/XI2proto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 5a20364..3a483e9 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1663,7 +1663,7 @@ on the specified input device. The device to establish the passive grab on or AllDevices or AllMasterDevices. detail - The button number, or key symbol to grab for. + The button number, or key code to grab for. Must be 0 for GrabtypeEnter, GrabtypeFocusIn, and GrabtypeTouchBegin. grab_type @@ -1833,7 +1833,7 @@ Release an explicit passive grab on the specified input device. deviceid The device to establish the passive grab on. detail - The button number or key symbol to ungrab. + The button number or key code to ungrab. Must be 0 for GrabtypeEnter, GrabtypeFocusIn, and GrabtypeTouchBegin. grab_type |