mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
- moved new files( checkNCapsConsistency, etc) to kmcmpdll & used only from there - use of VKeyNames in vkeys.h - removed keyboardprocessor_... from kmcompx to kmcmpdll
6 lines
149 B
C
6 lines
149 B
C
#pragma once
|
|
|
|
extern const char16_t* KMX_VKeyNames[256];
|
|
extern const char16_t* KMX_VKeyISO9995Names[256];
|
|
|
|
extern const wchar_t* VKeyNames[256];
|