repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
tools
/
KeyShow
/
catalogs
/
keyshow.cd
blob
cb17e96517fca82d0b009adac602cd0e8b981dc4
1
MSG_AppDescription (//)
2
Show Keyboard Layout
3
;
4
MSG_AppCopyright (//)
5
Copyright \xa9 2012 The AROS Development Team
6
;
7
MSG_WI_TITLE (//)
8
KeyShow
9
;
10
MSG_OK (//)
11
_OK
12
;
13
; Error messages
14
;
15
MSG_ERR (//)
16
Error
17
;
18
MSG_ERR_NO_APPLICATION (//)
19
Can't create application
20
;
21
MSG_ERR_NO_MEM (//)
22
Out of memory
23
;
24
; Key descriptions
25
;
26
MSG_KEY_SHIFT (//)
27
Shift
28
;
29
MSG_KEY_CTRL (//)
30
Ctrl
31
;
32
MSG_KEY_ALT (//)
33
Alt
34
;
35
MSG_KEY_LOCK (//)
36
Lock
37
;
38
MSG_KEY_HELP (//)
39
Help
40
;
41
MSG_KEY_A (//)
42
A
43
;
44
MSG_KEY_INSERT (//)
45
Insert
46
;
47
MSG_KEY_HOME (//)
48
Home
49
;
50
MSG_KEY_PAGEUP (//)
51
Page ^
52
;
53
MSG_KEY_DELETE (//)
54
Delete
55
;
56
MSG_KEY_END (//)
57
End
58
;
59
MSG_KEY_PAGEDOWN (//)
60
Page v
61
;
62
MSG_KEY_NUM (//)
63
Num
64
;
65
MSG_KEY_RETURN (//)
66
^M
67
;
68
MSG_KEY_BACKSP (//)
69
^H
70
;
71
MSG_KEY_TAB (//)
72
^I
73
;
74
MSG_KEY_ESC (//)
75
^[
76
;
77
MSG_KEY_NUM_ENTER (//)
78
^M
79
;
80
MSG_KEY_PRTSCREEN (//)
81
Print
82
;
83
MSG_KEY_SCRLOCK (//)
84
ScrLock
85
;
86
MSG_KEY_PAUSE (//)
87
Pause
88
;