replace the shift key

  • Thread starter FlyingDragon via AccessMonster.com
  • Start date
F

FlyingDragon via AccessMonster.com

hi all
I wonder if i can replace the shift key which allowbypass through the db with
another key
thanks
 
C

Chris O'C via AccessMonster.com

The only way to get another keyboard key to bypass the startup code when
opening the db is to remap the keyboard scan codes. Switch the scan code for
the shift key with the scan code for the key of your choice.

This method wouldn't be useful for other users, just your own keyboard.

Chris
 
F

FlyingDragon via AccessMonster.com

Chris said:
The only way to get another keyboard key to bypass the startup code when
opening the db is to remap the keyboard scan codes. Switch the scan code for
the shift key with the scan code for the key of your choice.

This method wouldn't be useful for other users, just your own keyboard.

Chris
thanks for useful reply
 
Top