Re: [e-users] Key Bindings

2014-08-16 Thread Wido
welll.. l and L is not the same :P 2014-08-10 23:03 GMT-03:00 Yomi Ogunwumi : > Welp. Solved that, but I found something interesting. > > If you set up the Key Binding with Caps Lock on, you're stuck with it. > > Yomi > > --

Re: [e-users] Key Bindings

2014-08-10 Thread Yomi Ogunwumi
Welp. Solved that, but I found something interesting. If you set up the Key Binding with Caps Lock on, you're stuck with it. Yomi -- ___ enlightenment-users mailing list enlight

[e-users] Key Bindings

2014-08-10 Thread Yomi Ogunwumi
Why can't bind screen locking to WIN + L ? Yomi -- ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enl

Re: [e-users] Key bindings for volume and media?

2008-08-30 Thread Chris Wright
2008/8/30 Fedor Gusev <[EMAIL PROTECTED]>: > On Sat, Aug 30, 2008 at 07:27:49AM -0400, Chris Wright wrote: >> Hi all, >> >> I'm using e17 and liking it. But I'm coming from GNOME, and I'd like >> to be able to use rhythmbox and adjust my sound card's volume using my >> keyboard. E17 doesn't have an

Re: [e-users] Key bindings for volume and media?

2008-08-30 Thread Chris Wright
2008/8/30 Martin Lindquist <[EMAIL PROTECTED]>: > Load the mixer module, it should add bindings for volume up/down and mute. > It even had the proper keycodes bound for my Logitech keyboard's volume keys > to work without extra configuration. > > / nms I only saw a dummy device. I did some lookin

Re: [e-users] Key bindings for volume and media?

2008-08-30 Thread Fedor Gusev
On Sat, Aug 30, 2008 at 07:27:49AM -0400, Chris Wright wrote: > Hi all, > > I'm using e17 and liking it. But I'm coming from GNOME, and I'd like > to be able to use rhythmbox and adjust my sound card's volume using my > keyboard. E17 doesn't have any such functions listed in the key > bindings GUI

[e-users] Key bindings for volume and media?

2008-08-30 Thread Chris Wright
Hi all, I'm using e17 and liking it. But I'm coming from GNOME, and I'd like to be able to use rhythmbox and adjust my sound card's volume using my keyboard. E17 doesn't have any such functions listed in the key bindings GUI. Is there a way to add these functions without writing scripts to call d

Re: [e-users] Key bindings to alt+shift

2006-06-17 Thread The Rasterman
On Sat, 17 Jun 2006 07:28:32 -0300 "Rodolfo M. Raya" <[EMAIL PROTECTED]> babbled: > On Sat, 2006-06-17 at 12:47 +0900, Carsten Haitzler wrote: > > > On Fri, 16 Jun 2006 20:45:53 +0200 Mirek <[EMAIL PROTECTED]> babbled: > > > > > Language module is very cool, i have been using language switching

Re: [e-users] Key bindings to alt+shift

2006-06-17 Thread Rodolfo M. Raya
On Sat, 2006-06-17 at 12:47 +0900, Carsten Haitzler wrote: On Fri, 16 Jun 2006 20:45:53 +0200 Mirek <[EMAIL PROTECTED]> babbled: > Language module is very cool, i have been using language switching from > Xserver via key alt+shift, but now i am unable to set this key binding > in E17 conf

Re: [e-users] Key bindings to alt+shift

2006-06-16 Thread The Rasterman
On Fri, 16 Jun 2006 20:45:53 +0200 Mirek <[EMAIL PROTECTED]> babbled: > Language module is very cool, i have been using language switching from > Xserver via key alt+shift, but now i am unable to set this key binding > in E17 config panel, why user cannot use this key binding? just alt and shif

[e-users] Key bindings to alt+shift

2006-06-16 Thread Mirek
Language module is very cool, i have been using language switching from Xserver via key alt+shift, but now i am unable to set this key binding in E17 config panel, why user cannot use this key binding? Mirek ___ enlightenment-users mailing list enlig

Re: [e-users] key bindings...

2006-05-30 Thread David Seikel
On Tue, 30 May 2006 13:23:16 +0200 Morten Nilsen <[EMAIL PROTECTED]> wrote: > Where do I find a list of keys? I want to bind a command to > ctrl-alt-+/- (on the numpad) > enlightenment_remote -binding-key-del ANY ? CTRL\|ALT 0 exec "chvol +" > > I have tried several values for key, KPPLUS,+,KP_+,

Re: [e-users] key bindings...

2006-05-30 Thread Morten Nilsen
Morten Nilsen wrote: enlightenment_remote -binding-key-del ANY ? CTRL\|ALT 0 exec "chvol +" in case anyone were curious, here is the chvol script I made :) works nicely (bound to ctrl-alt-p/ctrl-alt-shift-p at the moment) -- Cheers, Morten :wq #!/bin/bash mixerdev=PCM case $1 in +) actio

[e-users] key bindings...

2006-05-30 Thread Morten Nilsen
Where do I find a list of keys? I want to bind a command to ctrl-alt-+/- (on the numpad) enlightenment_remote -binding-key-del ANY ? CTRL\|ALT 0 exec "chvol +" I have tried several values for key, KPPLUS,+,KP_+,NUM_PLUS,etc. but nothing has seemed to work.. -- Cheers, Morten :wq