On Wed, 18 May 2011 10:02:03 +0200 Laszlo KREKACS
said:
there isn't a way to filter specific keystrokes for an entry. there is a way to
filter specific TEXt before its inserted, but this is after a keystroke
(sequence) has been converted already to a string:
elm_entry_text_filter_append()
elm_en
Hi,
On Fri, May 13, 2011 at 8:40 PM, Laszlo KREKACS
wrote:
> Im still fighting with shortcuts. With Ctrl-S I change file export
> behaviour, and it
> inputs into the focused elementary.Entry a hexa 13 char.
>
> But what I really miss is the TAB key. Thats a real blocker. Jumping
> to the next ele
On Thu, 5 May 2011 09:12:11 +0200 Laszlo KREKACS
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 T
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 jump
On Sat, 2 Apr 2011 09:27:26 +0200 Laszlo KREKACS
said:
> 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.
hmmm you'll need some a
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. Copyi