diff options
Diffstat (limited to 'key-string.c')
-rw-r--r-- | key-string.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/key-string.c b/key-string.c index dc09ed98..e1413a15 100644 --- a/key-string.c +++ b/key-string.c @@ -251,6 +251,10 @@ key_string_lookup_key(key_code key) return ("FocusIn"); if (key == KEYC_FOCUS_OUT) return ("FocusOut"); + if (key == KEYC_PASTE_START) + return ("PasteStart"); + if (key == KEYC_PASTE_END) + return ("PasteEnd"); if (key == KEYC_MOUSE) return ("Mouse"); if (key == KEYC_DRAGGING) |