Active Topics

 



Notices


Reply
Thread Tools
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#1
I worked on a xkbd layout for DOSBox, Basilisk II, etc. today. I know xkbd doesn't work well on OS 2008, but maybe this will be useful for those still running OS 2006 and 2007. You can change the font and font size if desired by editing the line:

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.
Attached Files
File Type: zip allkeys.zip (1.3 KB, 183 views)
__________________
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
 

The Following User Says Thank You to OSEmuTech For This Useful Post:
Pushwall's Avatar
Posts: 373 | Thanked: 110 times | Joined on Jul 2007
#2
Thanks for incorporating the function keys too. I'll give it try.
 
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#3
I look forward to hearing how it works. I made sure all standard keys were included and paired each key with it's shifted key. I just need to somehow fit Home/End, Insert/Page Up, Delete/Page Down in yet another row.

I was able to get Ctrl-F1 working even under OS 2008.

CTRL-F1 Show the keymapper configuration screen

__________________
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

Last edited by OSEmuTech; 2008-02-26 at 03:42.
 
Posts: 56 | Thanked: 3 times | Joined on Jan 2008 @ San Jose, CA
#4
Any idea about mapping these to the hardkeys on the N810? That's like the #1 drawback. Everything else is working like a charm.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#5
Greetings again OSEmuTech!

Okay, first response.

Have you thought about having the function keys being displayed like that in a home computer? I was thinking of possibly launching a 2nd Xkbd that would cover the top, unused portion of the screen as well, covering up the toolbar applets and such. I'm not sure of this, but I think there's enough room to have all 12 function keys to fit in that area.

I haven't tried this myself, so it's not really a suggestion. I mean, it might look good. It might not. Just thought I'd throw out that idea and hear your opinions on it.

Well, here's ArnimS's post earlier in regards about the whole xkbd -geometry -1 -1 weirdness:

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?
I'm no programmer, but it seems, mathematically at least, that if you removed the highlighted green "+1"s that Xkbd could be launched properly without the need for negative values and breaking the Minimize/Maximize feature.

If that doesn't work. Would it be possible to "roll" over these values?

Something to the effect of
xkbd - geometery +801+481 or
xkbd - geometery +32769+32769

I don't have Xkbd installed now, but do you kind of understand this concept? It would still be an absolute value and perhaps it wouldn't crash the program using a method such as this.

Anyway, I like the new layout much better than your first post. You nailed the Number keys and it looks much more functional.

Good job dude!
 
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#6
Originally Posted by OSEmuTech View Post
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.
When launching it, the following warning is printed,

Code:
Sorry -- server Keyboard map doesn't contain either 2 or 4 KeySyms per Keycode -- unsuported
For BasiliskII, it would be nice to have support for the Macintosh Keyboard "option" and "command" keys. "Option" uses either "Meta_L" or "Meta_R", while "Command" uses either "Alt_L" or "Alt_R", I believe.

-- Denis
 
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#7
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
 
Pushwall's Avatar
Posts: 373 | Thanked: 110 times | Joined on Jul 2007
#8
Oh my yes....gotta try this out. Thank you!
 
tobiasj's Avatar
Posts: 241 | Thanked: 74 times | Joined on Jul 2007
#9
Originally Posted by ArnimS View Post
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
I have tried this version and well, not having tried the previous version in 2008 I can't say if it is better or not, but this one doesn't work for me. It crashes a lot and it tends to repeat the same key over and over again no matter what key your actually tapping.

Install was nice and easy though...

-John
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:45.