On Thu, 5 May 2011 09:12:11 +0200 Laszlo KREKACS
<laszlo.krekacs.l...@gmail.com> said:

> Hi Raster,
> 
> Thank you for the explanation. Im not really hurry, I can easily wait
> some months to be implemented:)
> I already bounded Ctrl-C to Ctrl-D and Ctrl-V to Ctrl-G. I need used
> to it, but I can survive it:)
> 
> As for the Tab, I implemented it as it jumps to the next cell, but
> immediatly it jumps one cell
> back from software. It is a real ugly hack, but could not really bound
> to another key, as
> it is so wired in my hand (using terminals).
> 
> An another question: How to turn off Capslock from software? Is there
> an ecore.x. function
> to do it? I can detect (with key_down_handler) when CapsLock is
> pressed, so I can
> use some internal variable for state keeping. I often press it by
> mistake (as I use both
> capslock and shift too), so would be nice to disable it.

hmmm are you sure you want to turn this off in your app? the general solution
here is xmodmap and change your keyboard mapping to make capslock something
else more useful... ?

> Bests,
>  Laszlo
> 
> 
> On Sat, Apr 2, 2011 at 9:27 AM, Laszlo KREKACS
> <laszlo.krekacs.l...@gmail.com> wrote:
> > Hi,
> >
> > I know at least these:
> > Tab - It cycles over the elementary.Entry on the gui. Just like how in
> > a webbrowser.
> >         I want to kill it, because I want to implement bash-like
> > completion with Tab key.
> >
> > Ctrl-C - It is used for copying in elementary.Entry. I want to kill it
> > because,
> >      1. Copying is currently broken anyway.
> >      2. I want to implement copy myself.
> > So I want to give visual feedback to the user (like changing a RECT
> > behind the elementary entry).
> > And also I want to copy the current entry's content WITHOUT selecting
> > it. Just like how
> > a spreadsheet works (oo.org calc for example).
> >
> > Ctrl-V - It used for pasting. It pasts the clipboard content at the cursor.
> >  But I want to REPLACE the content of the elementary.Entry with the
> > clipboard's content.
> >
> > Is there any other builtin shortcuts?
> >
> > Im using events like this:
> > When I create the elementary.Entry I add on_key_down_add callback to the
> > entry.
> >
> > But even if I return FALSE in this callback the builtin handling still
> > gets processed.
> > So when I display bash-completion hints on the gui (this is what my
> > callback method do),
> > it also jumps to the next elementary.Entry.
> >
> > Maybe its not FALSE what I should return, but some ecore constant?
> >
> > Bests,
> >  Laszlo
> >
> > ps: Im using python-elementary and  revision 58156
> >
> 
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network 
> management toolset available today.  Delivers lowest initial 
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to