The Following User Says Thank You to OSEmuTech For This Useful Post: | ||
![]() |
2008-02-26
, 02:59
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#2
|
![]() |
2008-02-26
, 03:03
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#3
|
![]() |
2008-02-26
, 04:53
|
Posts: 56 |
Thanked: 3 times |
Joined on Jan 2008
@ San Jose, CA
|
#4
|
![]() |
2008-02-26
, 16:48
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#5
|
Problem is the "minimize" button (>>) shifts the keyboard position by a relative to "minimize" it - needs to use an absolute.
from xkbd.c
if(iMode==1)
{
XResizeWindow(display, win, xkbd_get_width(kb), xkbd_get_height(kb));
XMoveWindow(display,win,xorgpos+worg-xkbd_get_width(kb), yorgpos+horg-xkbd_get_height(kb));
}
else
{
xkbd_resize(kb, an_event.xconfigure.width*0.52*wkbscale, an_event.xconfigure.height*1.2*hkbscale );
worg=xkbd_get_width(kb);
horg=xkbd_get_height(kb);
XResizeWindow(display, win, xkbd_get_width(kb), xkbd_get_height(kb));
if(xorgpos==0 || yorgpos==0)
{
xorgpos=wscr-worg+1;
yorgpos=hscr-horg+1;
}
XMoveWindow(display,win,xorgpos, yorgpos);
xkbd_repaint(kb);
}
Not sure how that'd be fixed - maybe cme can look at it?
![]() |
2008-03-01
, 10:07
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#6
|
As usual, launch with pipe unless you want to replace your /usr/share/xkbd/en_GB.qwerty.xkbd
xkbd -k allkeys.xkbd | yourprogram
Let me know of any suggestions.
Sorry -- server Keyboard map doesn't contain either 2 or 4 KeySyms per Keycode -- unsuported
![]() |
2008-03-04
, 15:03
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#7
|
![]() |
2008-03-04
, 15:45
|
|
Posts: 373 |
Thanked: 110 times |
Joined on Jul 2007
|
#8
|
![]() |
2008-03-04
, 19:31
|
|
Posts: 241 |
Thanked: 74 times |
Joined on Jul 2007
|
#9
|
I built a new OS2008 version of xkbd. Might be more reliable than the older build. This version strips out the docs and manuals, and adds my bottom xkbd layout file as well as Addison/OSEmuTech's vertical layout.
http://pupnik.de/xkbd.html
font verdana-12:bold|fixed
As usual, launch with pipe unless you want to replace your /usr/share/xkbd/en_GB.qwerty.xkbd
xkbd -k allkeys.xkbd | yourprogram
Let me know of any suggestions.
16-Bit x86 DOS: DOSBox
Amiga 68k: UAE
Apple II: Winapple
Apple 68k Mac: Basilisk II
Commodore 64: Frodo
Palm OS: Access GarnetVM
TI-89 Calculator: TiEmu 2