#ifndef _CONFIGDATA_H_
#define _CONFIGDATA_H_


extern const int KeyStart;
extern const int KeyStartPressMode;
extern const int KeyMinimize;
extern const int KeyMinimizePressMode;
extern const int KeyCloseAll;
extern const int KeyCloseAllPressMode;
extern const int KeyChangeTab;
extern const int KeyChangeTabPressMode;
extern const int Ignore_KeyLock;
extern const int books_show_hid;
extern const int books_show_nogui;
extern const int MINIMIZE_TO_SESSION;
extern const int elfs_show_hid;
extern const int elfs_show_nogui;
extern const int UserInactivityEventEnabled;
extern const int FirstTab;
extern const int ShortcutsMode;
extern const wchar_t tab1_act[100];
extern const wchar_t tab1_inact[100];
extern const wchar_t tab2_act[100];
extern const wchar_t tab2_inact[100];
extern const wchar_t digit0[100];
extern const wchar_t digit1[100];
extern const wchar_t digit2[100];
extern const wchar_t digit3[100];
extern const wchar_t digit4[100];
extern const wchar_t digit5[100];
extern const wchar_t digit6[100];
extern const wchar_t digit7[100];
extern const wchar_t digit8[100];
extern const wchar_t digit9[100];


#endif
