Re: [e-users] keybindings on a dualhead system

2006-06-13 Thread The Rasterman
On Mon, 5 Jun 2006 20:53:30 +0200 J. Erik Heinz [EMAIL PROTECTED] babbled:

 Hi again, 
 
 Right now i try to configure my system so that I can work like on e16.
 I have a dualhead-machine. With Xinemera OFF. 
 
 I configured a shortcut with
 enligthenment_remote ANY F8 NONE 0 exec Eterm -g 100x100+1+1
 
 When I am work on Screen :0.0 it works fine. But if I work on
 Screen:0.1 and Hit F8 the Eterm will apear on Screen :0.0. 
 
 But it should apear on Screen :0.1. 
 
 Any hints, how i configure that, or what I have missed. 

hmm - this should work as e should use the current mouse pos as a context as to
which screen to use to set up the environemnt variable for DISPLAY here.
something must be going wrong for e to choose screen/container 0 all the time.

 
 Cheers -- Erik
 
 -- 
 J. Erik Heinz
 Keyboard-samuraing in process
 
 :: All non-mailinglist mail to this emailadress will be deleted.
 
 OpenBC: https://www.openbc.com/hp/JErik_Heinz
 Blog: http://jerik.blogspot.com
 
 
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] keybindings on a dualhead system

2006-06-05 Thread J. Erik Heinz
Hi again, 

Right now i try to configure my system so that I can work like on e16.
I have a dualhead-machine. With Xinemera OFF. 

I configured a shortcut with
enligthenment_remote ANY F8 NONE 0 exec Eterm -g 100x100+1+1

When I am work on Screen :0.0 it works fine. But if I work on
Screen:0.1 and Hit F8 the Eterm will apear on Screen :0.0. 

But it should apear on Screen :0.1. 

Any hints, how i configure that, or what I have missed. 


Cheers -- Erik

-- 
J. Erik Heinz
Keyboard-samuraing in process

:: All non-mailinglist mail to this emailadress will be deleted.

OpenBC: https://www.openbc.com/hp/JErik_Heinz
Blog: http://jerik.blogspot.com


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-20 Thread Kim Woelders

Dennis Nezic wrote:

On Tue, 18 Oct 2005 09:07:50 +0900,
Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:

... let me guess - it only happens when NO app window is focused
(there are no apps on the screen or none has the focus) ?



i also have this bug with my 2-day old (e16.8) cvs. and, indeed, it
_only_ happens when no windows have focus. it also has something to do
with focus-follows-pointer, because the problem does not occur if it
follows clicks. focus-follows-clicks automatically does something with
the focus when a window is closed (even if it's the last window) .. so
i would compare how focus changes in those two scenarios.

interestingly, although the bug does occur with most apps, it doesn't
with x-applications (xterm, xfontsel, etc)!?

also, the bug only seems to occur if my pointer was over the window
when i closed it. for example, if i open a window, and my mouse isn't
over it (it will get focus, since i have all new windows get focus),
and then i close it, although no window gets focus, the bug doesn't
occur.

Sorry, I cannot reproduce this, or maybe I don't quite understand the 
problem. Could you please specify exactly what the problem is and how 
you trigger it?



also, probably on a related issue, with focus-follows-pointer, if my
mouse isn't over a window, i can't alt-tab to it =\. e will switch to
it momentarily, raise it, but then return focus to whatever is under
the mouse.


You can if you use one of the send mouse pointer to... options.
In focus-follows-pointer (and -sloppy) mode I think it is somewhat 
contradictory to focus a window that doesn't contain the pointer, 
particularly if the pointer is in another window that can be focused.
However, with all new windows get focus it is possible for new windows 
to get focus even though they don't contain the pointer.
I'm not saying focus works exactly as it should in e16.8, just pointing 
out that there are a lot of options and scenarios to consider, and some 
cases one rule will contradict another.
It's a question of putting it all together in a way that in most cases 
feels right.


/Kim


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-19 Thread Dennis Nezic
 On Tue, 18 Oct 2005 09:07:50 +0900,
 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote:

 ... let me guess - it only happens when NO app window is focused
 (there are no apps on the screen or none has the focus) ?

i also have this bug with my 2-day old (e16.8) cvs. and, indeed, it
_only_ happens when no windows have focus. it also has something to do
with focus-follows-pointer, because the problem does not occur if it
follows clicks. focus-follows-clicks automatically does something with
the focus when a window is closed (even if it's the last window) .. so
i would compare how focus changes in those two scenarios.

interestingly, although the bug does occur with most apps, it doesn't
with x-applications (xterm, xfontsel, etc)!?

also, the bug only seems to occur if my pointer was over the window
when i closed it. for example, if i open a window, and my mouse isn't
over it (it will get focus, since i have all new windows get focus),
and then i close it, although no window gets focus, the bug doesn't
occur.

also, probably on a related issue, with focus-follows-pointer, if my
mouse isn't over a window, i can't alt-tab to it =\. e will switch to
it momentarily, raise it, but then return focus to whatever is under
the mouse.


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] keybindings sometimes don't work bug?

2005-10-17 Thread jochen
Hi guys,
I'm still experiencing keybinding problems. Sometimes they don't work, I
can't switch desktops or start Eterm etc using keybindings. I haven't
found a way to trigger this yet. When they lockup, I can get them
working again by switching desktops using the pager or starting an eterm
 from the menu.
I mentioned it before in this thread:
http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
somebody mentioned he can trigger it with turning the remember settings
off. How would I go abouts to debug such a thing, gdb won't be much help
 right? Do I just put a lot of printfs into the e source code and wait
until it happens again, and look what function has been called before?
Cheers
Jochen


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread jochen
Forgot to mention, I checked no duplicate keybindings. CVS is of 2 days
ago, I'm just updating now, but I have had this problem creeping up for
quite a while
Cheers
Jochen


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread The Rasterman
On Tue, 18 Oct 2005 11:35:44 +1300 jochen [EMAIL PROTECTED] babbled:

 Hi guys,
 I'm still experiencing keybinding problems. Sometimes they don't work, I
 can't switch desktops or start Eterm etc using keybindings. I haven't
 found a way to trigger this yet. When they lockup, I can get them
 working again by switching desktops using the pager or starting an eterm
  from the menu.
 I mentioned it before in this thread:
 http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
 somebody mentioned he can trigger it with turning the remember settings
 off. How would I go abouts to debug such a thing, gdb won't be much help
  right? Do I just put a lot of printfs into the e source code and wait
 until it happens again, and look what function has been called before?

basically thats how you catch these things. you put printf's in where u suspect
something maybe invovled, log it to a file and wait for it to happen then jump
asap into the log - and examine it for anything unusual. somehting is weird
here i think concerning focus. the key is grabbed - but not being delivered to
the right place. let me guess - it only happens when NO app window is focused
(there are no apps on the screen or none has the focus) ?

 Cheers
 Jochen
 
 
 ---
 This SF.Net email is sponsored by:
 Power Architecture Resource Center: Free content, downloads, discussions,
 and more. http://solutions.newsforge.com/ibmarch.tmpl
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread jochen
Carsten Haitzler (The Rasterman) wrote:
 On Tue, 18 Oct 2005 11:35:44 +1300 jochen [EMAIL PROTECTED] babbled:
 
 
Hi guys,
I'm still experiencing keybinding problems. Sometimes they don't work, I
can't switch desktops or start Eterm etc using keybindings. I haven't
found a way to trigger this yet. When they lockup, I can get them
working again by switching desktops using the pager or starting an eterm
 from the menu.
I mentioned it before in this thread:
http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
somebody mentioned he can trigger it with turning the remember settings
off. How would I go abouts to debug such a thing, gdb won't be much help
 right? Do I just put a lot of printfs into the e source code and wait
until it happens again, and look what function has been called before?
 
 
 basically thats how you catch these things. you put printf's in where u 
 suspect
 something maybe invovled, log it to a file and wait for it to happen then jump
 asap into the log - and examine it for anything unusual. somehting is weird
 here i think concerning focus. the key is grabbed - but not being delivered to
 the right place. let me guess - it only happens when NO app window is focused
 (there are no apps on the screen or none has the focus) ?
 
 
Yup spot on :)



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread The Rasterman
On Tue, 18 Oct 2005 14:29:20 +1300 jochen [EMAIL PROTECTED] babbled:

 Carsten Haitzler (The Rasterman) wrote:
  On Tue, 18 Oct 2005 11:35:44 +1300 jochen [EMAIL PROTECTED]
  babbled:
  
  
 Hi guys,
 I'm still experiencing keybinding problems. Sometimes they don't work, I
 can't switch desktops or start Eterm etc using keybindings. I haven't
 found a way to trigger this yet. When they lockup, I can get them
 working again by switching desktops using the pager or starting an eterm
  from the menu.
 I mentioned it before in this thread:
 http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
 somebody mentioned he can trigger it with turning the remember settings
 off. How would I go abouts to debug such a thing, gdb won't be much help
  right? Do I just put a lot of printfs into the e source code and wait
 until it happens again, and look what function has been called before?
  
  
  basically thats how you catch these things. you put printf's in where u
  suspect something maybe invovled, log it to a file and wait for it to
  happen then jump asap into the log - and examine it for anything unusual.
  somehting is weird here i think concerning focus. the key is grabbed - but
  not being delivered to the right place. let me guess - it only happens when
  NO app window is focused (there are no apps on the screen or none has the
  focus) ?
  
  
 Yup spot on :)

aaah hrrrm. that shouldnt happen. basically i have seen this and thats why when
a window loses focus it is set back to the container background window so
something has the focus at al times ... hmmm. ie in e_border.c, line 1180

 e_grabinput_focus(bd-zone-container-bg_win,
E_FOCUS_METHOD_PASSIVE);

maybe this isnt happening? some logic case is missed?

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread jochen
Carsten Haitzler (The Rasterman) wrote:
 On Tue, 18 Oct 2005 14:29:20 +1300 jochen [EMAIL PROTECTED] babbled:
 
 
Carsten Haitzler (The Rasterman) wrote:

On Tue, 18 Oct 2005 11:35:44 +1300 jochen [EMAIL PROTECTED]
babbled:



Hi guys,
I'm still experiencing keybinding problems. Sometimes they don't work, I
can't switch desktops or start Eterm etc using keybindings. I haven't
found a way to trigger this yet. When they lockup, I can get them
working again by switching desktops using the pager or starting an eterm
from the menu.
I mentioned it before in this thread:
http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
somebody mentioned he can trigger it with turning the remember settings
off. How would I go abouts to debug such a thing, gdb won't be much help
right? Do I just put a lot of printfs into the e source code and wait
until it happens again, and look what function has been called before?


basically thats how you catch these things. you put printf's in where u
suspect something maybe invovled, log it to a file and wait for it to
happen then jump asap into the log - and examine it for anything unusual.
somehting is weird here i think concerning focus. the key is grabbed - but
not being delivered to the right place. let me guess - it only happens when
NO app window is focused (there are no apps on the screen or none has the
focus) ?



Yup spot on :)
 
 
 aaah hrrrm. that shouldnt happen. basically i have seen this and thats why 
 when
 a window loses focus it is set back to the container background window so
 something has the focus at al times ... hmmm. ie in e_border.c, line 1180
 
  e_grabinput_focus(bd-zone-container-bg_win,
 E_FOCUS_METHOD_PASSIVE);
 
 maybe this isnt happening? some logic case is missed?
 
Well I can try debug it further tonight currently I should be working,
So I should be looking at the focus functions? I let you know when I get
something.




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings sometimes don't work bug?

2005-10-17 Thread The Rasterman
On Tue, 18 Oct 2005 15:43:27 +1300 jochen [EMAIL PROTECTED] babbled:

 Carsten Haitzler (The Rasterman) wrote:
  On Tue, 18 Oct 2005 14:29:20 +1300 jochen [EMAIL PROTECTED]
  babbled:
  
  
 Carsten Haitzler (The Rasterman) wrote:
 
 On Tue, 18 Oct 2005 11:35:44 +1300 jochen [EMAIL PROTECTED]
 babbled:
 
 
 
 Hi guys,
 I'm still experiencing keybinding problems. Sometimes they don't work, I
 can't switch desktops or start Eterm etc using keybindings. I haven't
 found a way to trigger this yet. When they lockup, I can get them
 working again by switching desktops using the pager or starting an eterm
 from the menu.
 I mentioned it before in this thread:
 http://marc.theaimsgroup.com/?l=enlightenment-usersm=112795168400490w=2
 somebody mentioned he can trigger it with turning the remember settings
 off. How would I go abouts to debug such a thing, gdb won't be much help
 right? Do I just put a lot of printfs into the e source code and wait
 until it happens again, and look what function has been called before?
 
 
 basically thats how you catch these things. you put printf's in where u
 suspect something maybe invovled, log it to a file and wait for it to
 happen then jump asap into the log - and examine it for anything unusual.
 somehting is weird here i think concerning focus. the key is grabbed - but
 not being delivered to the right place. let me guess - it only happens when
 NO app window is focused (there are no apps on the screen or none has the
 focus) ?
 
 
 
 Yup spot on :)
  
  
  aaah hrrrm. that shouldnt happen. basically i have seen this and thats why
  when a window loses focus it is set back to the container background window
  so something has the focus at al times ... hmmm. ie in e_border.c, line 1180
  
   e_grabinput_focus(bd-zone-container-bg_win,
  E_FOCUS_METHOD_PASSIVE);
  
  maybe this isnt happening? some logic case is missed?
  
 Well I can try debug it further tonight currently I should be working,
 So I should be looking at the focus functions? I let you know when I get
 something.

yeah- printf and log what is getting the focus set and when it happens - jump
off to a text consol - save your log immediately somewhere else and see where
the focus last went. thats a start anyway.


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-10-02 Thread DRAKE_Dalfa-TheEnlightenedOne
el Thu, 29 Sep 2005 11:53:41 +1200
jochen [EMAIL PROTECTED] escribio:

 Hi,
 
 I have been experiencing some keybindings lockups lately. By lockups I
 mean, sometimes the keybindings, e.g. for changing the desktop don't
 work, and I have to switch desktops using the pager, after that they
 work fine again. Similar thing when starting eterm with keybindings,
 sometimes it doesn't work, when I start an eterm from the menu, starting
 it with keybindings works again. Anybody else experiencing this? I would
 I go about debugging this, to provide more useful information.
 cheers
 Jochen

hi 

i know what the problem was, its remember settings if i activate it happen,
disable remember settings 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-10-02 Thread jochen
DRAKE_Dalfa-TheEnlightenedOne wrote:
 el Thu, 29 Sep 2005 11:53:41 +1200
 jochen [EMAIL PROTECTED] escribio:
 
 
Hi,

I have been experiencing some keybindings lockups lately. By lockups I
mean, sometimes the keybindings, e.g. for changing the desktop don't
work, and I have to switch desktops using the pager, after that they
work fine again. Similar thing when starting eterm with keybindings,
sometimes it doesn't work, when I start an eterm from the menu, starting
it with keybindings works again. Anybody else experiencing this? I would
I go about debugging this, to provide more useful information.
cheers
Jochen
 
 
 hi 
 
 i know what the problem was, its remember settings if i activate it happen,
 disable remember settings 
 
now that's not really a solution is it?! ;)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-10-02 Thread DRAKE_Dalfa-TheEnlightenedOne
el Mon, 03 Oct 2005 11:52:56 +1300
jochen [EMAIL PROTECTED] escribio:

  hi 
  
  i know what the problem was, its remember settings if i activate it happen,
  disable remember settings 
  
 now that's not really a solution is it?! ;)

ehh, if you look  i say i known what the problem was... no this is a 
solution

if i disable remenber settings the behaviour all works fine again


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-10-02 Thread jochen
DRAKE_Dalfa-TheEnlightenedOne wrote:
 el Mon, 03 Oct 2005 11:52:56 +1300
 jochen [EMAIL PROTECTED] escribio:
 
 
hi 

i know what the problem was, its remember settings if i activate it happen,
disable remember settings 


now that's not really a solution is it?! ;)
 
 
 ehh, if you look  i say i known what the problem was... no this is a 
 solution
 
 if i disable remenber settings the behaviour all works fine again
 
I know, sorry just pulling your leg ;-)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] keybindings lockup

2005-09-28 Thread jochen
Hi,

I have been experiencing some keybindings lockups lately. By lockups I
mean, sometimes the keybindings, e.g. for changing the desktop don't
work, and I have to switch desktops using the pager, after that they
work fine again. Similar thing when starting eterm with keybindings,
sometimes it doesn't work, when I start an eterm from the menu, starting
it with keybindings works again. Anybody else experiencing this? I would
I go about debugging this, to provide more useful information.
cheers
Jochen


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-09-28 Thread DRAKEDalfa The Enlightened One
el Thu, 29 Sep 2005 11:53:41 +1200
jochen [EMAIL PROTECTED] escribio:

 Hi,
 
 I have been experiencing some keybindings lockups lately. By lockups I
 mean, sometimes the keybindings, e.g. for changing the desktop don't
 work, and I have to switch desktops using the pager, after that they
 work fine again. Similar thing when starting eterm with keybindings,
 sometimes it doesn't work, when I start an eterm from the menu, starting
 it with keybindings works again. Anybody else experiencing this? I would
 I go about debugging this, to provide more useful information.
 cheers
 Jochen

same here :(


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings lockup

2005-09-28 Thread adi
i start hundreds of Eterm per day only from key bindings and i have no
problem... i never had problems with key bindings.

have you check for duplicate entries? i friend of mine did not delete
an entry when it was trying to update it and just added lots and lots
of new entries and he got a strange behaviour.

bye
adi
On 9/29/05, jochen [EMAIL PROTECTED] wrote:
 Hi,

 I have been experiencing some keybindings lockups lately. By lockups I
 mean, sometimes the keybindings, e.g. for changing the desktop don't
 work, and I have to switch desktops using the pager, after that they
 work fine again. Similar thing when starting eterm with keybindings,
 sometimes it doesn't work, when I start an eterm from the menu, starting
 it with keybindings works again. Anybody else experiencing this? I would
 I go about debugging this, to provide more useful information.
 cheers
 Jochen


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Keybindings file e16

2005-09-22 Thread Paulo Matos

Hi all,

Where's the file where the e16 keybindings are saved? Edited by 
e16keyedit.


Thanks,
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Software and Computer Eng.
Web : http://sat.inesc-id.pt/~pocm
INESC-ID - SAT Group


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Keybindings file e16

2005-09-22 Thread Martin Zwickel
On Thu, 22 Sep 2005 09:11:50 +0100
Paulo Matos [EMAIL PROTECTED] bubbled:

 Hi all,
 
 Where's the file where the e16 keybindings are saved? Edited by 
 e16keyedit.

~/.e16/...e_session-XX




-- 
MyExcuse:
The electrician didn't know what the yellow cable was so he yanked the
ethernet out.

Martin Zwickel [EMAIL PROTECTED]
Research  Development

TechnoTrend AG http://www.technotrend.de


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Keybindings file e16

2005-09-22 Thread Raphael Plasson
Martin Zwickel a écrit :

On Thu, 22 Sep 2005 09:11:50 +0100
Paulo Matos [EMAIL PROTECTED] bubbled:

  

Hi all,

Where's the file where the e16 keybindings are saved? Edited by 
e16keyedit.



~/.e16/...e_session-XX
  


Wasn't it changed to ~/.e16/e_config.bindings with E16.8 ?



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Keybindings file e16

2005-09-22 Thread Martin Zwickel
On Thu, 22 Sep 2005 18:08:19 +0900
Raphael Plasson [EMAIL PROTECTED] bubbled:

 Martin Zwickel a écrit :
 
 On Thu, 22 Sep 2005 09:11:50 +0100
 Paulo Matos [EMAIL PROTECTED] bubbled:
 
   
 
 Hi all,
 
 Where's the file where the e16 keybindings are saved? Edited by 
 e16keyedit.
 
 
 
 ~/.e16/...e_session-XX
   
 
 
 Wasn't it changed to ~/.e16/e_config.bindings with E16.8 ?

Damn I mixed E16.7 with E16.8... But he didn't say which
one he meant :)

Yeah, E16.8 should be ~/.e16/e_config.bindings.


-- 
MyExcuse:
only available on a need to know basis

Martin Zwickel [EMAIL PROTECTED]
Research  Development

TechnoTrend AG http://www.technotrend.de


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings

2005-05-18 Thread Massimo Maiurana
Il giorno Wed, 18 May 2005 12:46:35 +0900 Carsten scrisse:

 | should be the separator. the same as you see when you get the
 current key/button bindings. (same format)
 

looks like the problem wasn't the separator, it was me :(

I did specify all parameters in the same order printed out in the
bindings list, while actually OPT2 and OPT3 were switched.

also, to change the default eterm binding I had to delete it first, even
if enlightenment_remote -h says: Add or replace an existing key
binding.

-- 
 Massimo Maiurana  mailto:[EMAIL PROTECTED]
 http://massimo.solira.org   GPG keyID #7044D601

Articolo 11 - L'Italia ripudia la guerra come strumento di offesa alla
libertà  degli  altri  popoli   e  come  mezzo  di  risoluzione  delle
controversie internazionali


pgpDKduGBDySf.pgp
Description: PGP signature


Re: [e-users] Keybindings e16

2005-05-17 Thread Martin Hauser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,


 Hi,

 is there a way to have other Keymodifier then CTRL, ALT, SHIFT and
 their combinations?
 I tried __MODIFIER_KEY __F12 in the keybindings.cfg, but it didn't
 work.


yes you can have other modifiers... like the win-key mod3 mod4 and mod5 to
whatever they are mapped on your x-server. Though i'm mainly using
e16keyedit to archive my goals to setup keybindings on e16... so, sorry no
idea how exactly they are called. Hope it helps anyway

Greetings

Martin

- --
Martin Hauser [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCijLxQhKguG3eJz0RArpTAKC10zQ43IF3+gL9EOc8DwpPoJnWLwCdGFBJ
Ui/3wPW4E2EKKSZ3Wfzkdm4=
=m8Xa
-END PGP SIGNATURE-



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings

2005-05-17 Thread The Rasterman
On Mon, 16 May 2005 21:33:54 +0200 Massimo Maiurana [EMAIL PROTECTED] babbled:
(B
(B 
(B what is the correct way to specify two modifiers for a keybinding in
(B e17?
(B I tried to run enlightenment_remote in several ways ("CTRL ALT",
(B "CTRL|ALT", "CTRL,ALT"), but none of them worked.
(B
(B"|" should be the separator. the same as you see when you get the current 
(Bkey/button bindings. (same format)
(B
(B -- 
(B  Massimo Maiurana  mailto:[EMAIL PROTECTED]
(Bhttp://massimo.solira.org   GPG keyID #7044D601
(B 
(B Articolo 11 - L'Italia ripudia la guerra come strumento di offesa alla
(B libert__  degli  altri  popoli   e  come  mezzo  di  risoluzione  delle
(B controversie internazionali
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BThis SF.Net email is sponsored by Oracle Space Sweepstakes
(BWant to be the first software developer in space?
(BEnter now for the Oracle Space Sweepstakes!
(Bhttp://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
(B___
(Benlightenment-users mailing list
(Benlightenment-users@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users

[e-users] keybindings

2005-05-16 Thread Massimo Maiurana

what is the correct way to specify two modifiers for a keybinding in
e17?
I tried to run enlightenment_remote in several ways (CTRL ALT,
CTRL|ALT, CTRL,ALT), but none of them worked.

-- 
 Massimo Maiurana  mailto:[EMAIL PROTECTED]
 http://massimo.solira.org   GPG keyID #7044D601

Articolo 11 - L'Italia ripudia la guerra come strumento di offesa alla
libertà  degli  altri  popoli   e  come  mezzo  di  risoluzione  delle
controversie internazionali


pgpP25usVzqbN.pgp
Description: PGP signature


[e-users] Keybindings e16

2005-05-16 Thread J. Erik Heinz
Hi, 

is there a way to have other Keymodifier then CTRL, ALT, SHIFT and
their combinations?
I tried __MODIFIER_KEY __F12 in the keybindings.cfg, but it didn't
work.

Regards Erik

-- 
J. Erik Heinz
Koblenzer Str. 11
60327 Frankfurt am Main
Handy: 0163 337 37 45
Mail: [EMAIL PROTECTED]



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Keybindings to switch between virtual desktops

2003-09-03 Thread Alvaro Nunes Melo
Hi,

I prefer to use Virtual Desktops instead of Multiple Desktops. In older
versions of enlightenment, I could set the keybinding to go to previous
and next desktop by E-Conf tool.
I received some hint about how to do this, altering a file or using
e16keyedit. But the only actions I found close to this were Move to
desktop area [Above|Below|on the left|on the right], but they don't
swhitch between *virtual* desktops. Is there any way to do this?

Thanks,
Alvaro Nunes Melo



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] keybindings - changing virtual desktops

2003-02-17 Thread Robert G. Werner
Andreas Volz wrote:
[snip]

There is a default keybinding for cycle around the virtual desktops, but
how could I do what I described?

  __NEXT_ACTION
__KEY Left
__EVENT __KEY_PRESS
__MODIFIER_KEY __ALT_SHIFT
__ACTION __A_AREA_MOVE_BY -1 0

What should I change/add?

And how could I shrink the size of the pager?

[snip]
Alt-F2 switches to the second Desktop.  Maybe look at that action 
statement.  However,  .16 may not have an action that can do that with 
virtual desktops.  It looks like the action that is attached to the 
left arrow is doing relative calculations and e may not have an idea 
of how to express the specific desktop.

The pagers can be resized by holding the windows key and right 
clicking on the frame (this is on my RH 8.0 box under e.16.

--
Robert G. Werner
[EMAIL PROTECTED]
2001/9/11

How many Zen Buddhist does it take to change a light bulb?

Two.  One to change it and one not to change it.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] keybindings

2003-02-16 Thread Andreas Volz
Hello,

How could I change the Enlightenment 16.5 keybinding or add some more
keybindings (multimedia keys)? Is there an config-file or a GUI to do
this?

regards
Andreas


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users