Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-18 Thread The Rasterman
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

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-18 Thread Laszlo KREKACS
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

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-13 Thread The Rasterman
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

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-05 Thread Laszlo KREKACS
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

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-04-04 Thread The Rasterman
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

[E-devel] What are the builtin elementary shortcuts and how to disable them

2011-04-02 Thread Laszlo KREKACS
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