February 13, 2008

Keyboard remap - Pause Break key as DEL key

Filed under: Software — HanaDaddy @ 12:48 am

btc 6100c So here is my finding. BTC 6100c . I use quite number of desktop applications at work which makes me moving my right hand and arm around alot between Mouse and Keyboard.

I searched some ergonomic keyboard and mouse and realized that there are mini keyboards(88, 89 keys) shorter then the regular Keyboard with 101 keys in length.

Believing that shorter keyboard will help relieve the pain, I searched Internet forums and shopping sites for the best mini keyboards. And BTC 6100c satisfies my requirements.

  • The key layout must be similar to the notebook key layout. - Some mini keyboards has very awkward placement of keys for backslash ‘\’ , windows , and control keys. I was able to find some keyboards that has layout exactly very similar to the notebook keys, but they cost more than $100.
  • They must be scissor design keys - Just like notebook keys.
  • The price must be less than $30. I don’t want to spend fortune on a keyboard.

The price was reasonable $19.99 with extra 7 dollars for shipping and tax. USB, mini, scissor action keys. It’s perfect for me.

However there was a very minor problem with the key layout. You see, I mainly use MS Outlook all day and use the DEL and HOME keys frequently to manage the emails. So the placement of DEL and HOME keys must be located in the most convenient place. And the convenient position is top right corner of the keyboard where I can directly access from the mouse easily.

Pause Key But there is PAUSE/BREAK key at the perfect location. And the DELETE key is located 2 keys to the left from the PAUSE key. I was trying very hard to get used with the layout, but it was absolutely uncomfortable!

So I began searching the Key Mapping program and forums. But all of the softwares were not able to handle the PAUSE KEY remap.

These freeware keyboard remapping tools are basically showing the registry scan code values in GUI and help you easily edit them.

Some of them are

  • KeyTweak - Not bad
  • MapKeyboard - Intuitive interface. Simple , but .NET is required (2.0?)
  • SharpKeys2 - For me, this is the best since it was showing the correct scan codes so I was able to compare with the actual registry value. Unfortunately, Pause /Break Key remap requires you to actually touch the registry manually.

Ok, I will explain how I got the PAUSE key working as DEL key.
Under the Windows XP, scan code mapping can be stored into the registry and keyboard mapping can be changed easily under

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

You can find the detailed keyboard scan code layout information from the Microsoft website
(Search scancode.doc in Google Website)

Generally, a scan code can be represented as 2 bytes binary data. Caps Locks scan code is E0_3A. By listing the scancode pairs (original against the new scan code) in the above registry key, windows remap the keyboard layout.

However, it is not true for the PAUSE key.

  • Pause Key generates “E1 1D 45 E1 9D C5″ scan code. That is quite long, HUH?
  • Also when the PAUSE is pressed with ALT or CTRL , they generate E0_46.

I decided to experiment with the registry scan code mapppings. First I added the conversion using the first 2 bytes from the PAUSE key scan codes (E1 1D) to be converted as DEL key ( E0 53 )

1
2
3
4
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,53,e0,1d,e1,00,00,00,00

pause_to_del.reg : download and double click to update the scan code entry in your registry. Please not that this file will reset any mappings you already have set.

But strangly, NUM LOCK event is also occuring when I press “Pause”. Since I will not use NUM LOCK KEY at all ( I don’t have number pad anyway), I will add extra mapping entry to convert NUM LOCK event to be converted as “NO EVENT”.
Also I realized that in order to Ctrl + Alt + Del working properly , I need to add conversion for E0_46 => E0_53.

These two additional scan code mapping entries can be added easily with SharpKeys. Make sure you click on the “Write to registry” button and reboot the machine to make the changes effective.

Below is the final output of SharpKeys.
Final registry entry shown with Sharp keys

So, basically you will need to give up NUM LOCK function in order to remap PAUSE Key. But it’s possible to remap.

Also this PAUSE key can be used to setup to trigger any two key events for a single key stroke, too.

Here is the final reg entry.

1
2
3
4
5
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,53,e0,1d,e1,00,00,45,00,\
  53,e0,46,e0,00,00,00,00

And this is the file final.reg.
Try to use right click and select ‘Save Link As’.

Have fun!

October 28, 2007

Free DVD Copy software

Filed under: Software — HanaDaddy @ 11:12 pm

You need to copy your most precious DVD movie as a backup.

But when you searched the free CD-DVD copy software , most of them are shareware and functions are limited.

This is my tip on how to copy (copy protected ) DVD using Free Software. Be ware, you need to use two separate software to do this and it’s not easy like a commercial software. But not that hard either. You can do it with a little bit of patience.

First get DVDFAB HD Decryptor from http://www.dvdfab.com/free.htm. As the description says, it is a free software that removes copy-protection and copies the DVD data to Hard Disk. You can only use first two menus from the left menu bar. You can copy complete DVD or select specific movie files to copy.

Second, you will need free software to copy local DVD files stored in HD into a blank DVD. I just can’t remember what it was. I will just find it and update it later. :)

It is called ImgBurn. Once executed, you need to select the Mode=>Build menu to create an ISO file or write files into DVD directly.

I will update with the details later.

After a month of using Track Ball

Filed under: Uncategorized — HanaDaddy @ 10:36 pm

So time is really fast and already a month has passed since I started using Track Ball at work.

So what do I think about trackball?

It’s great and I love it. It took me about a week to get used with this thumb track ball. I do not have any pain in the wrist and the shoulder since I do not move my wrist and arm at all. But sometimes, I still have a little of pain on the index finger knuckle at the end of day. I guess I usually click too much and fast.

However, the regular mouse is maybe a little bit better in terms of pointing accuracy.

I also tried Kensington Expert mouse, but I do not recommend it because its ball is bigger and you will need to use index or middle finger to control the ball. I experienced pain in the wrist again so I returned it right away. I did try to use my thumb to control it but it was too awkward and difficult. According to some website review, they loved the Expert mouse, but it wasn’t for me. It was way too much expensive ($90) than the logitech mouse anyway.

There are other options out there if you looking for ergonomic mouse. But I think thumb track ball is the best if you suffer both wrist and shoulder pain.

September 29, 2007

Microsoft SysInternals

Filed under: Software — HanaDaddy @ 12:30 am

Site: http://www.microsoft.com/technet/sysinternals/default.mspx

You may already know this package of free system utilities. Originally SysInternals was a website with developers providing free windows system utilities. I guess it was bought by Microsoft at some point.

There are lots of useful utilities in the SysInternal. However, not all utilities are attractive to you since some of these are strictly useful for IT person or Software Developers. There are also many familiar shell utilities if you come from UNIX (du, whois, strings)

But here are the three most interesting utilities to me.

  • Process Explorer : Process monitor that shows related files, registry keys, loaded DLL files ,company name and. You can easily see what’s going on in your computer.
  • Autoruns : shows complete list of auto startup programs.
  • ZoomIt : Powerful presentation tool. You can zoom and draw lines on the screen. Ctrl + 1 will start the screen zoom by default. Zoom In and Out can be done with the mouse wheel.

This is a Process Explorer in action.

There is a fun screen saver too. Blue Screen screen saver simulates the blue screen of Windows System Crash. It is very similar to the real one and it even shows reboot screen!

September 28, 2007

Trackball mouse

Filed under: Uncategorized — HanaDaddy @ 11:43 pm

Since this spring, I started to feel minor pain in my right hand wrist and shoulder. It may be a beginning stage symtoms of Capal Tunnel Syndrom. (http://arthritis.about.com/od/carpal/ss/carpalstepby.htm)

I know that I use too many softwares at work so I have to move the mouse a lot. To prevent the worse development of the pain, I decided to use Trackball mouse.

In fact there are lots of orgonomic mouse , but they are much expensive than regular mouse! But, Logitech’s Trackball is reasonable $30 (including shipping from online store)

This is the first time that I am using Trackball. So it feels kinda awkward yet.
But I really hope that this one helps me to relieve the pain.

I still somehow look for a better alternative since it feels strange for now.

Page 7 of 21« First...«56789»...Last »
 

42 queries. 0.548 seconds. Powered by WordPress