* Make-mc.in: Include necessary parts of Make.common to
[midnight-commander.git] / gtkedit / lkeysym.h
blobdddfa27b92646c710ee3db6dc1e469d66d36b1b3
1 /* lkeysym.h - for any undefined keys
2 Copyright (C) 1996, 1997 Paul Sheer
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 #include <X11/keysym.h>
21 #ifndef XK_Page_Up
22 #define XK_Page_Up XK_Prior
23 #endif
25 #ifndef XK_Page_Down
26 #define XK_Page_Down XK_Next
27 #endif
29 #ifndef XK_KP_Page_Up
30 #define XK_KP_Page_Up XK_KP_Prior
31 #endif
33 #ifndef XK_KP_Page_Down
34 #define XK_KP_Page_Down XK_KP_Next
35 #endif
37 #ifndef XK_ISO_Left_Tab
38 #define XK_ISO_Left_Tab 0xFE20
39 #endif