x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

ShadowMaster Page Icon Posted 2006-01-28 12:52 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
Does anyone know how to customize the keyboard layout on a Handheld PC? (specifically a Jornada 720). I would love to remap my keyboard and give a chance to the Dvorak layout.... I searched the internet for a bit but found no solution for HPC devices
 Top of the page
C:Amie Page Icon Posted 2006-01-28 9:28 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,040
Location:
United Kingdom
Status:
Search the board for language and/or keyboard remapping, the same system I would summise can be used to reconfigure the keys to DVORAK (Feeling brave are we?)
 Top of the page
cmonex Page Icon Posted 2006-01-28 9:54 PM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
i dont think it would be too difficult to do, i know only language extender from experience but the method of remapping is self explanatory and straightforward
 Top of the page
ShadowMaster Page Icon Posted 2006-01-29 12:33 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
thanks for your replies
but.. is there any freeware solution?
 Top of the page
cmonex Page Icon Posted 2006-01-29 10:06 AM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
i dont know of freeware solutions but as you're a programmer it will be very easy to do it yourself. get keyboardhook and find out the keycodes for the keys then write a little remap app. thats what i have for remapping caps to ctrl and insert to caps on my intermec.
 Top of the page
ShadowMaster Page Icon Posted 2006-01-29 2:14 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
keyboardhook failed to run on my jornada.... :/
tried both versions including hpcpro and hpc2k variations of version 1, one did run but didn't work, the other one (just as version2) didn't even run
 Top of the page
cmonex Page Icon Posted 2006-01-29 3:19 PM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
 Top of the page
ShadowMaster Page Icon Posted 2006-01-29 5:05 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
cmonex - 2006-01-29 3:19 PM

yep, that one
 Top of the page
Yoldering Page Icon Posted 2006-01-29 6:33 PM
#
Avatar image of Yoldering
H/PC Vanguard

Posts:
2,579
Location:
The Lone Star State
Status:
http://www.mwbrooks.com/dvorak/ follow to this link
http://www.mwbrooks.com/dvorak/dos.html

Edited by Yoldering 2006-01-29 6:45 PM
 Top of the page
ShadowMaster Page Icon Posted 2006-01-29 7:49 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
actually I've been there.... the driver they point out is a CE.NET 4.2 solution u_u
 Top of the page
cmonex Page Icon Posted 2006-01-29 8:01 PM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
ShadowMaster - 2006-01-29 11:05 PM

cmonex - 2006-01-29 3:19 PM

yep, that one


humm, most strange. both versions work FINE on my j728 (j727? )

what's the error message??

you say version 1 at least ran. did you press the load button (sorry for the silly question )?
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 7:38 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
cmonex - 2006-01-29 8:01 PM

ShadowMaster - 2006-01-29 11:05 PM

cmonex - 2006-01-29 3:19 PM

yep, that one


humm, most strange. both versions work FINE on my j728 (j727? )

what's the error message??

you say version 1 at least ran. did you press the load button (sorry for the silly question )?

yeah, I did press it. The only produced effect was dissabling the "A" key (that's mean you press it and nothing happen). No remapping.
 Top of the page
cmonex Page Icon Posted 2006-01-30 8:30 AM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
oooh, i see now what the problem is. you misunderstood it. this is NOT a remapper. you need to write the dvorak remapper based on the information this app gives you on keycodes.

for example Ctrl on the intermec was "17" (or 45... can't remember ), and Caps was "45". then someone wrote a little remap program for me, that exchanges these keys. it is really easy for a programmer and as far as i know you're one..

so, next time you run keyhook, press Load and then press A and you'll see the keycode in the app.

sorry if you never intended to solve the problem this way but it helped me so much!

Edited by cmonex 2006-01-30 8:32 AM
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 11:14 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
cmonex - 2006-01-30 8:30 AM

oooh, i see now what the problem is. you misunderstood it. this is NOT a remapper. you need to write the dvorak remapper based on the information this app gives you on keycodes.

for example Ctrl on the intermec was "17" (or 45... can't remember ), and Caps was "45". then someone wrote a little remap program for me, that exchanges these keys. it is really easy for a programmer and as far as i know you're one..

so, next time you run keyhook, press Load and then press A and you'll see the keycode in the app.

sorry if you never intended to solve the problem this way but it helped me so much!


I was guided by the provided "help" in the application which states that the "Remap Test" should remap the "A" key into "B" and "B" into "C" which doesn't occur. However, I'll give it a try to the code
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 11:19 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
EDIT: double posted.
Anyways. I've tested again and at least give the KEYCODE. I'll see if I can cheat the OS to tell that another key has been pressed.

Edited by ShadowMaster 2006-01-30 11:23 AM
 Top of the page
1 2
Jump to forum:
Seconds to generate: 0.203 - Cached queries : 72 - Executed queries : 9