Adding keymodes patch

This commit is contained in:
bakkeby
2020-05-31 15:14:29 +02:00
parent e7ea06a0c2
commit af96d4c358
6 changed files with 62 additions and 0 deletions

View File

@ -64,6 +64,9 @@
#if INPLACEROTATE_PATCH
#include "inplacerotate.h"
#endif
#if KEYMODES_PATCH
#include "keymodes.h"
#endif
#if KILLUNSEL_PATCH
#include "killunsel.h"
#endif