From: EC <zy...@ve...> - 2005-12-05 02:14:20
|
On Sun, 04 Dec 2005 13:13:30 -0700 Clay Barnes <cla...@gm...> wrote: > I have been struggling with sending events that are combinations with > the Super/Meta4/"Windows" key. My syntax is > > [...] > begin > remote = rm1000w > button = prev > repeat = 0 > config = Key mod4-comma CurrentWindow > end > [...] That is not correct lircrc syntax. You need to have a "prog = <foo>" entry to specify what program lirc passes the config string to. Look at http://lirc.org/html/configure.html#lircrc_format I believe you can do what you are trying to with irxevent. Look at its manpage. |