summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/xsetwacom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index aea2243..d475947 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -570,6 +570,9 @@ static struct modifier specialkeys[] = {
{"PgUp", "Prior"}, {"PgDn", "Next"},
+ {"del", "Delete"}, {"home", "Home"},
+ {"end", "End"},
+
{ NULL, NULL }
};