CREATE_PROJECT: Add support for enabling the key mapper feature
This commit is contained in:
parent
df88a1f2a7
commit
5c9da28119
1 changed files with 1 additions and 0 deletions
|
@ -855,6 +855,7 @@ const Feature s_features[] = {
|
|||
{ "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
|
||||
{ "keymapper","ENABLE_KEYMAPPER", "", false, "Keymapper support"},
|
||||
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
|
||||
// is just no current way of properly detecting this...
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue