Michel Briand wrote:

BTW I wanted to know if it was normal that E16 crash when I hit CTRL+ALT+DEL ? I have :

__NEXT_ACTION
    __KEY Delete
    __EVENT __KEY_PRESS
    __MODIFIER_KEY __CTRL_ALT
    __ACTION __A_EXIT "xclock" /* "xscreensaver-command -activate" */


It should obviously not crash. I'd expect it to simply exit.
If you want to exit by exec'ing some other program you can do it with
 __ACTION __A_EXIT "restart_wm <some other program>"

/Kim


------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to