From b93a47beb555619ee1683aab6e9438f221c880b7 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Tue, 30 Jun 2020 23:28:36 +0300 Subject: specs: Only key code can be grabbed, not key symbol --- specs/XI2proto.txt | 4 ++-- 1 file 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 -- cgit v1.2.3