I consider switching from openbox to enlightenment. I tried e17 on
Debian wheezy.
I like that I have complete control over all key bindings. However, if
I hit Alt-Control-g, the screen is blanked, whereby the mouse pointer
stays visible. I don't see that binding in the input preferences
dialog. Where does that binding come from - can it be deactivated?
Are there other bindings that are not visible in the preferences dialog?
Second question: is it possible to achieve that the mouse wheel on the
title bar of a window moves that window to the previous/next
virtual desktop? No action context of "To next desktop"/ "To previous
desktop" works for me. I thought "Border" would do it, but that
establishes the binding for the whole window including contents.
Michael
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-users mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
thats the gadman module setting that up as a fixed binding (comp also sets up
such fixed bindings for safety/debugging). unload gadman and it'll be gone.
> Hi,
>
> I consider switching from openbox to enlightenment. I tried e17 on
> Debian wheezy.
>
> I like that I have complete control over all key bindings. However, if
> I hit Alt-Control-g, the screen is blanked, whereby the mouse pointer
> stays visible. I don't see that binding in the input preferences
> dialog. Where does that binding come from - can it be deactivated?
> Are there other bindings that are not visible in the preferences dialog?
>
> Second question: is it possible to achieve that the mouse wheel on the
> title bar of a window moves that window to the previous/next
> virtual desktop? No action context of "To next desktop"/ "To previous
> desktop" works for me. I thought "Border" would do it, but that
> establishes the binding for the whole window including contents.
that is actually configurable... BUT there is no gui for it. it's part of the
signal bindings...
>
> Michael
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-users mailing list
> enlighten...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
> thats the gadman module setting that up as a fixed binding (comp also
> sets up such fixed bindings for safety/debugging). unload gadman and
> it'll be gone.
Works for me, thanks!
> that is actually configurable... BUT there is no gui for it. it's part
> of the signal bindings...
Ok, I guess I had to change "~/.e/e/config/standard/e.cfg". But it
seems to be compiled. How can it be done?
Many thanks,
Michael
> Carsten Haitzler (The Rasterman) <ras...@rasterman.com> writes:
>
> > thats the gadman module setting that up as a fixed binding (comp also
> > sets up such fixed bindings for safety/debugging). unload gadman and
> > it'll be gone.
>
> Works for me, thanks!
>
> > that is actually configurable... BUT there is no gui for it. it's part
> > of the signal bindings...
>
> Ok, I guess I had to change "~/.e/e/config/standard/e.cfg". But it
> seems to be compiled. How can it be done?
eet
>
> Many thanks,
>
> Michael
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> enlightenment-users mailing list
> enlighten...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
(decode e.cfg to e.src)
$ eet -d e.cfg config e.src
(modify/save it)
$ vi e.src
(encode e.src into e.cfg)
$ eet -e e.cfg config e.src 1
Thanks.
Daniel Juyung Seo (SeoZ)
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
> On Tue, Mar 6, 2012 at 8:48 AM, Carsten Haitzler <ras...@rasterman.com> wrote:
> > On Mon, 05 Mar 2012 23:31:06 +0100 Michael Heerdegen
> > <michael_...@web.de> said:
> >
> >> Carsten Haitzler (The Rasterman) <ras...@rasterman.com> writes:
> >>
> >> > thats the gadman module setting that up as a fixed binding (comp also
> >> > sets up such fixed bindings for safety/debugging). unload gadman and
> >> > it'll be gone.
> >>
> >> Works for me, thanks!
> >>
> >> > that is actually configurable... BUT there is no gui for it. it's part
> >> > of the signal bindings...
> >>
> >> Ok, I guess I had to change "~/.e/e/config/standard/e.cfg". But it
> >> seems to be compiled. How can it be done?
> >
> > eet
> >
>
> (decode e.cfg to e.src)
> $ eet -d e.cfg config e.src
>
> (modify/save it)
> $ vi e.src
>
> (encode e.src into e.cfg)
> $ eet -e e.cfg config e.src 1
>
> Thanks.
oh you spoiled my fun :( i wanted him to try deduce it him/herself. i wanted to
see if someone could deduce how to do it if pointed at the tool that can do
it. :) there goes my social experiment :(
eet --help
Turns out...there is :)
> >> Ok, I guess I had to change "~/.e/e/config/standard/e.cfg". But it
> >> seems to be compiled. How can it be done?
> >
> > eet
>
> (decode e.cfg to e.src)
> $ eet -d e.cfg config e.src
>
> (modify/save it)
> $ vi e.src
>
> (encode e.src into e.cfg)
> $ eet -e e.cfg config e.src 1
Ok, that looks good, thanks (I had to install the package "libeet-bin"
in Debian to install the eet binary, btw).
This was my original question
> Is it possible to achieve that the mouse wheel on the title bar of a
> window moves that window to the previous/next virtual desktop? No
> action context of "To next desktop"/ "To previous desktop" works for
> me. I thought "Border" would do it, but that establishes the binding
> for the whole window including contents.
So, now I see this in e.src:
group "E_Config_Binding_Wheel" struct {
value "context" int: 2;
value "direction" int: 0;
value "z" int: 1;
value "modifiers" int: 2;
value "any_mod" uchar: 0;
value "action" string: "window_desk_move_by";
value "params" string: "1 0";
}
group "E_Config_Binding_Wheel" struct {
value "context" int: 2;
value "direction" int: 0;
value "z" int: -1;
value "modifiers" int: 2;
value "any_mod" uchar: 0;
value "action" string: "window_desk_move_by";
value "params" string: "-1 0";
}
which reflect my bindings of Control + Mouse-wheel on a window to move to
other desktops.
Are these the right structs to modify to limit the impact to the window
titles, or do I have to replace it with something different?
(Sorry to ask so many dumb questions. Please tell me if there is any
documentation I missed.)
Thanks again,
Michael
> Ha ha ha.
> I was tempted to reply with the commands and then thought that maybe there
> is a command like
>
> eet --help
>
> Turns out...there is :)
eet
by itself prints help. no need even for --help or -help or -h :)
> Daniel Juyung Seo <seoju...@gmail.com> writes:
there is no documentation :) this stuff isnt meant to be played with except for
developers and hard-core nerds. those ppl can read the source. :) you want the
signal bindings. mouse bindings already have a gui.
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
> oh you spoiled my fun :( i wanted him to try deduce it him/herself. i
> wanted to see if someone could deduce how to do it if pointed at the
> tool that can do it. :) there goes my social experiment :(
I had found the man page before reading his message (yes, there is one
in Debian), and successfully extracted the data. Did I pass, or do I
need to repeat?
Just fun... I appreciate your help.
> Carsten Haitzler (The Rasterman) <ras...@rasterman.com> writes:
>
> > oh you spoiled my fun :( i wanted him to try deduce it him/herself. i
> > wanted to see if someone could deduce how to do it if pointed at the
> > tool that can do it. :) there goes my social experiment :(
>
> I had found the man page before reading his message (yes, there is one
> in Debian), and successfully extracted the data. Did I pass, or do I
> need to repeat?
>
> Just fun... I appreciate your help.
aaah cool. so pointer did work! awesome! :) so eet as a tool (with
manual/--help output) isnt that mysterious - ie its able to be figured out by a
sufficiently smart person. :)
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com