Package: matchbox-keyboard / 0.1+svn20080916-11

Metadata

Package Version Patches format
matchbox-keyboard 0.1+svn20080916-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
keyboard fi.xml improvements | (download)

layouts/keyboard-fi.xml | 23 12 + 11 - 0 !
1 file changed, 12 insertions(+), 11 deletions(-)

 improvement for finnish keyboard layout (#560965)
 The current keyboard-fi.xml has bugs that hinder its usage experience. 
 For example instead of ; there is double entry for :, and capitalization 
 of some letters is the wrong way around.
 .
 The attached, updated keyboard-fi.xml fixes the problems and has a few other 
 minor improvements based on real world usage on Neo FreeRunner.
linking fix | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link with xrender (#555588)

libpng fix | (download)

src/matchbox-keyboard-image.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix build with libpng 1.5 (#649820)
xmonad support | (download)

src/matchbox-keyboard-ui.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 add support for xmonad (#536847)
 The attached patch adds support for xmonad. Without this
 patch, matchbox-keyboard can be focused like any other window,
 which makes it not useful. With the patch, xmonad does not manage
 it at all.
 .
 It might be better to use the STRUTS property to communicate
 with xmonad, but just uncommenting the code that was already
 there Worked for Me.
numeric keypad fix | (download)

layouts/keyboard-numpad.xml | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 flip numeric keypad layout (#745115)
 Hi, the numpad keyboard variant is backwards:
 9 8 7
 6 5 4
 3 2 1
   0
 the first attached patch flips it back to the expected way.
extended keyboard fix | (download)

layouts/keyboard-extended.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix arrows in extended keyboard layout (#745115)
 for the keyboard-extended.xml variant, the down arrow key is pointing up.
 the second patch addresses that.