Files
BuildCubeE/BootableMPW/Scripts/NewKeyMap
2018-11-06 13:05:08 +08:00

34 lines
1.8 KiB
Plaintext

# This script, when executed, sets the keyboard to a modified group of values that
# some may prefer to the default values. It may be regarded as a start toward
# individual customization of the keyboard.
# Copyright Apple Computer, Inc. 1992. All rights reserved.
SetKey -r
SetKey escape 'Undo "{active}"'
SetKey clear DeleteCharRight
SetKey command-delete DeleteEndOfLine
SetKey command-escape 'Undo "{active}"'
SetKey command-clear DeleteStartOfLine
SetKey command-del DeleteStartOfLine
SetKey shift-delete DeleteCharRight
SetKey shift-escape 'Undo "{active}"'
SetKey shift-clear DeleteCharLeft
SetKey shift-del DeleteCharLeft
SetKey shift-command-delete DeleteStartOfLine
SetKey shift-command-escape 'Undo "{active}"'
SetKey shift-command-clear DeleteEndOfLine
SetKey shift-command-del DeleteEndOfLine
SetKey option-escape 'Undo "{active}"'
SetKey option-clear DeleteWordRight
SetKey option-command-escape 'Undo "{active}"'
SetKey option-command-clear DeleteStartOfFile
SetKey option-command-del DeleteStartOfFile
SetKey option-shift-delete DeleteWordRight
SetKey option-shift-escape 'Undo "{active}"'
SetKey option-shift-clear DeleteWordLeft
SetKey option-shift-del DeleteWordLeft
SetKey option-shift-command-delete DeleteStartOfFile
SetKey option-shift-command-escape 'Undo "{active}"'
SetKey option-shift-command-clear DeleteEndOfFile
SetKey option-shift-command-del DeleteEndOfFile