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

cmonex Page Icon Posted 2006-01-30 11:35 AM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
ShadowMaster - 2006-01-30 5:19 PM

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.


maybe the remap was a device specific one. it isn't guaranteed that the same keycodes apply to the same keys on another hpc.

you can surely cheat the OS as i said it works for me.
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 11:55 AM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
I got "version 2" to work and does the same thing, according to the docs there's no way to modify the virtual_key_values in the passed structure.
I'll do a bit of further investigation, but seems like dvorak is not worth the trouble since it was designed to bring together all the most used keys (which in a Handheld-size keyboard can be a problem )
 Top of the page
szilamer Page Icon Posted 2006-01-30 12:01 PM
#
Avatar image of szilamer
Factorite (Junior)

Posts:
26
Status:
ShadowMaster - 2006-01-30 5:19 PM

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.


Hi,

Look at this :
http://www.codeproject.com/ce/wincekbhook.asp
I made the small remapper prog. for Cmonex with the help of this.

I could also make a Hungarian layout prog. with simulating Alt + ASCII code keystrokes( with keybd_event API ) , and using keyboard hook.

You only have one thing to do : make a system tray app for this
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 12:54 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
szilamer - 2006-01-30 12:01 PM


ShadowMaster - 2006-01-30 5:19 PM

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.


Hi,

Look at this :
http://www.codeproject.com/ce/wincekbhook.asp
I made the small remapper prog. for Cmonex with the help of this.

I could also make a Hungarian layout prog. with simulating Alt + ASCII code keystrokes( with keybd_event API ) , and using keyboard hook.

You only have one thing to do : make a system tray app for this


seems promising..
but when compiling I get the wonderfull error:

error C2501: 'WINCEKBHOOK_API' : missing storage-class or type specifiers

so..... what type should WINCEKBHOOK_API supossed to be?
 Top of the page
ShadowMaster Page Icon Posted 2006-01-30 2:05 PM
#
Avatar image of ShadowMaster
H/PC Philosopher

Posts:
297
Location:
Chile
Status:
Ok, I just let "WINCEKBHOOK_API BOOL" be simply "BOOL" and got it working

I've made a little test and I could remap some Keys, but I've thought in a very more interesting application for it before trying dvorak (btw I prefer to do a "customizable key remapper" with layout load/save functionality. Of course it'll be freeware
Then I can make my DVORAK layout and package it with the remapper.)
Thanks for your help
 Top of the page
cmonex Page Icon Posted 2006-01-30 2:44 PM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
szilamer - 2006-01-30 6:01 PM

Hi,

Look at this :
http://www.codeproject.com/ce/wincekbhook.asp
I made the small remapper prog. for Cmonex with the help of this.


hi there
 Top of the page
cmonex Page Icon Posted 2006-01-30 2:44 PM
#
Avatar image of cmonex
H/PC Oracle

Posts:
16,175
Location:
Budapest, Hungary
Status:
ShadowMaster - 2006-01-30 8:05 PM

I've made a little test and I could remap some Keys, but I've thought in a very more interesting application for it before trying dvorak (btw I prefer to do a "customizable key remapper" with layout load/save functionality. Of course it'll be freeware
Then I can make my DVORAK layout and package it with the remapper.)



wow nice project. good luck and let us know when you're finished
 Top of the page
1 2
Jump to forum:
Seconds to generate: 0.183 - Cached queries : 63 - Executed queries : 10