• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Utility to show key codes?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Utility to show key codes?


  • Subject: Re: Utility to show key codes?
  • From: Mark Butcher <email@hidden>
  • Date: Sat, 3 Apr 2004 07:50:49 -0800

Jeff

Sorry this is a bit late.

There was a little (carbon) utility called KeyCode from http://www.folsch.de. I couldn't find it there just now, but if you emailed him you may be able to get it.

Also a while ago I was looking at this in an AppleScript Studio project and came up with:

esc 53

F1 122
F2 120
F3 99
F4 118

F5 96
F6 97
F7 98
F8 100

F9 101
F10 109
F11 103
F12 ?

tab 48?
` 50
1 18
2 19
3 20
4 21
5 23
6 22
7 26
8 28
9 25
0 29
[ 27
] 24
delete 51

' 12
, 13
. 14
p 15
y 17
f 16
g 32
c 34
r 31
l 35
/ 33
= 30
\ 42

a 0
o 1
e 2
u 3
i 5
d 4
h 38
t 40
n 37
s 41
- 39
return 36

; 6
q 7
j 8
k 9
x 11
b 45
m 46
w 43
v 47
z 44

space 49
enter 52
left 123
up 126
down 125
right 124


{20,20,235,57}
AppleScript Error: NSInternalScriptError (8)

ctrl-
P moves insertion point uP a line
Y inserts a copy of the text from the insertion point to the end of the paragraph
F moves insertion point one character Forward
L ?
A moves the insertion point to the stArt of the paragraph
O inserts a return
E moves the insertion point to the End of the paragraph
D Deletes the character in front of the insertion point
H deletes the character behind the insertion point
T Transposes the characters each side of the insertion point, and moves the insertion point forward one place
N moves the insertion point dowN one line
Q inserts a space on alternate times
K deletes the rest of the paragraph from the insertion point.
B moves the insertion point one space Back
V ?
<- moves the insertion point to the beginning of the line
->moves the insertion point to the end of the line

Hope this helps.

MarkB

on 2004-04-02 6:03 PM, Jeff Porten at email@hidden wrote:

I used to have a utility that would show me the key code when I pressed
any key.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Re: Utility to show key codes? (From: Bill Cheeseman <email@hidden>)

  • Prev by Date: Re: Get System Info - How
  • Next by Date: Re: Utility to show key codes?
  • Previous by thread: Re: Utility to show key codes?
  • Next by thread: Re: Utility to show key codes?
  • Index(es):
    • Date
    • Thread