Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:keycode

72 	KeyCode keycode;
105 KeyCode kcode;
146 pointer_map[from][n].keycode = NoSymbol;
169 pointer_map[from][n].keycode = kcode;
189 "keycode 0x%x down=%d up=%d\n", n+1,
201 kcode = (KeyCode) i;
209 pointer_map[from][n].keycode = kcode;
236 pointer_map[from][0].keycode = NoSymbol;
285 pointer_map[i][0].keycode = NoSymbol;
419 KeyCode key = pointer_map[i+1][k].keycode;
431 "down as keycode 0x%x (event %d)\n",
1147 "# You see, some Keysyms will require more than one injected Keycode to\n"
1152 "# The Keysym => Keycode(s) stuff gets pretty messy. Hopefully the Keysym\n"