Lines Matching full:button
35 * 0x05, 0x09, // Usage Page (Button) 12
81 * Each button gets assigned the following events:
84 * Button 1: 06 01 12 00 00 00 00 00 -> LControl + o
85 * Button 2: 06 01 11 00 00 00 00 00 -> LControl + n
86 * Button 3: 06 00 3e 00 00 00 00 00 -> F5
87 * Button 4: 06 02 00 00 00 00 00 00 -> LShift
88 * Button 5: 06 01 00 00 00 00 00 00 -> LControl
89 * Button 6: 06 04 00 00 00 00 00 00 -> LAlt
90 * Button 7: 06 01 16 00 00 00 00 00 -> LControl + s
91 * Button 8: 06 01 1d 00 00 00 00 00 -> LControl + z
92 * Button 9: 06 00 2c 00 00 00 00 00 -> Space
93 * Button 10: 06 03 1d 00 00 00 00 00 -> LControl + LShift + z
99 * each button gets assigned a new slot in the Input (Data,Arr,Abs):
101 * Button 1 + 3: 06 01 12 3e 00 00 00 00 -> LControl + o + F5
103 * When a modifier is pressed (Button 4, 5, or 6), the assigned key is set to 00:
105 * Button 5 + 7: 06 01 00 16 00 00 00 00 -> LControl + s
107 * This is mostly fine, but with Button 8 and Button 10 sharing the same
145 // Byte 2-3 is the button state
280 /* button event */ in SEC()