Re: [SailfishDevel] Patching bluetooth keyboard

2016-01-27 Thread Kim Foder
Your tip has been a great help. I have one more question: Is there a Sailfish tool (or file somewhere) where I can get information on the active keyboard. Something like : setxkbmap -print On Tuesday, January 26, 2016 11:37:13 AM Pekka Vuorela wrote: > On ti, 2016-01-26 at 00:03 +0100, Kim

Re: [SailfishDevel] Patching bluetooth keyboard

2016-01-26 Thread Kim Foder
> Nope, you want to modify xkeyboard-config files. > https://git.merproject.org/mer-core/xkeyboard-config or > /usr/share/X11/xkb/. Well, that explains I cannot make it work ;) Thanks I'll have a look at those. On Tuesday, January 26, 2016 11:37:13 AM Pekka Vuorela wrote: > On ti, 2016-01-26 at

Re: [SailfishDevel] Patching bluetooth keyboard

2016-01-26 Thread Pekka Vuorela
On ti, 2016-01-26 at 00:03 +0100, Kim Foder wrote: > Hi > > I have a Rii mini pocket keyboard with English layout, and would like > to patch > the keyboard layout to be able to enter the national characters for > Denmark (æ > ø å). I would like to make alt+o => ø, alt+a => å etc. > > From what

[SailfishDevel] Patching bluetooth keyboard

2016-01-25 Thread Kim Foder
Hi I have a Rii mini pocket keyboard with English layout, and would like to patch the keyboard layout to be able to enter the national characters for Denmark (æ ø å). I would like to make alt+o => ø, alt+a => å etc. >From what I read on the 'net I need to patch the boston.qmap file, does anyone