Computing.Net > Forums > Programming > Createing a Custom Keyboard Mapping

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Createing a Custom Keyboard Mapping

Reply to Message Icon

Name: David J.
Date: September 22, 2003 at 20:45:32 Pacific
OS: NT
CPU/Ram: 512
Comment:

Hi,

I have customer who asked me to create a keyboard mapping for a specialized character set. He has all the bitmaps of each character and he wants me to build the keyboard ?? mapping so that when you press on eg. a up comes the specialized character etc...

Anyone know how to do this where do i start.

thanks in advance
David J.



Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: September 22, 2003 at 21:54:54 Pacific
Reply:

You will wnat to capture the keystrokes.
If this is going to be an application that uses the new mapping, then you can simply capture the keydown events using Borland C++ Builder, Visual Basic, Java, Visual C++, or another language that uses MFC.

If it is to be a process running to capture keystrokes, you will need to create a windows hook using the win32 api functions.

Good Luck,
Chi Happens


0

Response Number 2
Name: SN
Date: September 22, 2003 at 22:37:51 Pacific
Reply:

It sounds to me like your customer would benefit the most from a font created from his bitmaps rather than a keyboard hooking program.

Macromedia fontographer ($350) will do it, or you can get the cheaper Font creator ($50) by high-logic.

If you do decide a keyboard hook is the way to go, but don't want to do your own, I have used Keys Plus for several years to do the spanish special characters and love it. Beware of serious popups on his site now...I guess I'm probably the only person that actually purchased the software:-)

-SN


0

Response Number 3
Name: anonproxy
Date: September 23, 2003 at 13:05:41 Pacific
Reply:

I would make the customer a font. You could contract a graphic artist and tell them to make a full keyboard of vector versions of the bitmaps. Then map the vector images yourself in a profile, or create a daemon that translates in realtime.

You can use VB.NET or VC++ to map keys in 2000/XP.
http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=keyboard+mapping&c=4&s=2

This program does it:
http://www.pcmag.com/article2/0,4149,19645,00.asp


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Createing a Custom Keyboard Mapping

Creating a custom button in IE7 Command Bar www.computing.net/answers/programming/creating-a-custom-button-in-ie7-command-bar/18936.html

creating a colour changing worldmap www.computing.net/answers/programming/creating-a-colour-changing-worldmap/7554.html

creating a shortcut thru a bat file www.computing.net/answers/programming/creating-a-shortcut-thru-a-bat-file/15192.html