On Fri, Jul 02, 2010 at 12:28:08AM +0200, m0n0 wrote: > > Hello to the list, > > I was trying to utilise Shift-key for the framebuffer URL input widget. > Then I figured out that an static translation table is used by > fbtk_keycode_to_ucs4() ... Is there any wish on how to change that?
There is a bug in the current implementation of the framebuffer toolkit with respect to input widgets in that they do not actually use the keycode->ucs translation table. If you spot any more issues with the framebuffer toolkit please let me know as I am currently in the middle of a major refactor of this code. > > My first idea was an mapping file which could be placed into the .netsurf > directory. What do you think about it? > There are no current plans to implement keymap support, however I may consider it in future. > I think making this dynamic is important, because with german keyboards > you aren't able to enter ":" - which is really needed for entering urls > which begin with https:// ... - I believe there are more languages which > aren't able to input ":" with that static table... > Please feel free to check out my fbtk-rework branch to see if the refactor has solved your issue. -- Regards Vincent http://www.kyllikki.org/
