Re: [PATCH] RFC: Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.

2008-11-18 Thread Peter Hutterer
On Tue, Nov 18, 2008 at 10:03:57AM +, Richard Hughes wrote: On Mon, 2008-10-27 at 16:36 +1030, Peter Hutterer wrote: At the moment, we have the following keysyms defined to put a computer into a sleep state: XF86XK_Standby0x1008FF10 /* System into standby mode */

[PATCH] RFC: Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.

2008-10-27 Thread Peter Hutterer
At the moment, we have the following keysyms defined to put a computer into a sleep state: XF86XK_Standby0x1008FF10 /* System into standby mode */ XF86XK_PowerDown 0x1008FF21 /* Deep sleep the system */ XF86XK_Sleep 0x1008FF2F /* Put system to sleep*/ Proposed

Re: [PATCH] RFC: Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.

2008-10-27 Thread Alan Coopersmith
I thought that since we were X.Org, not XFree86, we were going to stop defining new keysyms with XF86 and stop using the vendor space, since we can just define them in the standard space, as the X Standards Body. -alan- Peter Hutterer wrote: At the moment, we have the following keysyms