summaryrefslogblamecommitdiff
path: root/Source/Kernel/Ressources/Keymaps/Keymap.h
blob: 304e52c679ac1bf63b9f6e94fc112fd08155ffe5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                
#include <Library/WChar.class.h>

struct melon_keymap_t {
	WChar normal[128];
	WChar shift[128];
	WChar caps[128];
	WChar altgr[128];
	WChar shiftaltgr[128];
};