mirror of https://github.com/macssh/macssh.git
modified func keypad
This commit is contained in:
parent
b7c7654905
commit
35b4865c4c
|
@ -41,6 +41,8 @@
|
|||
#define VSPGDN 121 /* Page down */ /* BYU 2.4.12 */
|
||||
#define VSF6 122 /* Function key 6 */ /* Mac Key F1 */ /* BYU 2.4.12 */
|
||||
|
||||
#define VSF5 123 /* Function key 5 */ /* Mac Key F5 */
|
||||
|
||||
/* Following group is the "Cursor Control" keys */
|
||||
#define VSUP 129 /* Up Arrow */
|
||||
#define VSDN 130 /* Down Arrow */
|
||||
|
@ -71,6 +73,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
#ifdef VSMASTER
|
||||
char VSIkpxlate[2][23] =
|
||||
{ "ABCD0123456789,-.\15PQRS",
|
||||
|
|
Loading…
Reference in New Issue