From c8610a22e177878aad58f2b1849365fb7a2b695a Mon Sep 17 00:00:00 2001 From: Sean Pringle Date: Wed, 31 Dec 2014 14:31:57 +1000 Subject: [PATCH] hex keysym example --- xoatrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xoatrc b/xoatrc index f1c8b43..8764ce8 100644 --- a/xoatrc +++ b/xoatrc @@ -128,3 +128,7 @@ bind F1 action_find_or_start konsole bind F2 action_find_or_start chromium bind F3 action_find_or_start firefox bind F4 action_find_or_start sublime-text + +# Also possible to bind by keysym hex value +# Eg, XF86XK_MonBrightnessUp = 0x1008FF02 +# bind 0x1008FF02 action_command \ No newline at end of file