summaryrefslogtreecommitdiff
path: root/setedit/include/loadkbin.h
blob: 90d7a6c53908e5a33de0a0ae605051a29d182a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
   see copyrigh file for details */
/**[txh]********************************************************************

  Description:
  This header is shared by keytrans.cc and edkeys.cc.
  The name comes from the old loadkbin.cc no longer used.

***************************************************************************/

int  KeyBindEdit(void);
int  SaveKeyBind(char *name);
void ShowKeyBindError(void);
int  KeyBackToDefault(Boolean ask=True);
void SeeScanCodes(void);
int  AltKeysSetUp(void);
int  KeyPadSetUp(void);