|
By tutwabee at 2004-10-02 15:17
|
|
Make a new file falled f_lock_fix in /usr/bin, $HOME/bin, or /bin. Put this into the new file:
[code]#!/bin/sh
# This script fixes the F Lock problem on Microsoft Natural keyboards
setkeycodes bb 59 # Help -> F1
setkeycodes 88 60 # Undo -> F2
setkeycodes 87 61 # Redo -> F3
setkeycodes be 62 # New -> F4
setkeycodes bf 63 # Open -> F5
setkeycodes c0 64 # Close -> F6
setkeycodes c1 65 # Reply -> F7
setkeycodes c2 66 # Fwd -> F8
setkeycodes c3 67 # Send -> F9
setkeycodes a3 68 # Spell -> F10
setkeycodes d7 69 # Save -> F11
setkeycodes d8 70 # Print -> F12
###################################################
# Copyright
|
|
6 comments
|
read full thread
|
All times are GMT -5. The time now is 07:22 AM.
|