View Single Post
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#146
Originally Posted by OSEmuTech View Post
As far as the crashes, you probably need to use a MacWinLin version of Basilisk II to troubleshoot your extensions. I would remove all extensions and control panels out of the system folder that deal with networking (A/ROSE, OpenTransport, AppleTalk, File Sharing, etc.)
Yes, I am doing all my trials on a MacOS X version of Basilisk before I move a stable HD image to the NIT.

I am beginning to think that the crashes I have been observing with Nisus Compact have to do with the VirtualKeyboard extension... and the situation with this extension gets even more complicated because of the jGNEfilter "Missing Clicks" problem which requires running yet another extension to fix that...

I also tried the PopChar utility (v1.6), but when activated -- when its window pops up -- when clicking on "Open Window" everything freezes and I have to kill BasiliskII manually.

So back to square one with the Keyboard problem... so perhaps xkbd is the way to go, provided its map could be tinkered to support "Option" and "Command" keys.

-- Denis

Update: using the xev utility was able to determine the keycode for the keyboard's "Win/Cmd" key: it is 0x85. Then using the xmodmap utility was able to remap it to the Mac's "option" key.

Code:
xmodmap -e "keycode 0x85 = Meta_L"
Keycaps can show that this is working... just makes ure to pick up a font that can display all the characters / symbols in the Keycaps display.

For a nice and detailed example of making / modifying keyboard mappings (and using the above utilities) see,

http://cs.gmu.edu/~sean/stuff/n800/keyboard/

Last edited by delaroca; 2008-02-29 at 12:58. Reason: Success programming "option" key for external BT Keyboard