%% | by % |
---|---|
%A | by the ASCII representation of the key that was pressed or released |
%b | by the number of the button that was pressed or released |
%k | by the keysym as integer of the key that was pressed or released |
%K | by the keysym as symbol of the key that was pressed or released |
%s | by the state of the modifier keys as bitfield |
%x | by the x coordinate of the event |
%y | by the y coordinate of the event |