From 7e946f68d9f8ec7c880664b437edbbaa5d49ac10 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 4 May 2007 01:10:03 +0000 Subject: make the modifier key code a lot better... 1) it can handle more user cases. 2) it can handle binding more modifier keys with their keysym names like Hyper and Super. W is a shortcut for Super, cuz the windows key is generally bound to it. 3) if you change your keymap bindings and reconfigure openbox it will learn your changes. and i dunno.. its just nice and stuff now.. you can actually read it I think.. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e7802d48..9bef49a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -182,6 +182,8 @@ openbox_openbox_SOURCES = \ openbox/menu.c \ openbox/menu.h \ openbox/misc.h \ + openbox/modkeys.c \ + openbox/modkeys.h \ openbox/mouse.c \ openbox/mouse.h \ openbox/moveresize.c \ -- cgit v1.2.3