Adding keymodes patch
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
#if INPLACEROTATE_PATCH
|
||||
#include "inplacerotate.c"
|
||||
#endif
|
||||
#if KEYMODES_PATCH
|
||||
#include "keymodes.c"
|
||||
#endif
|
||||
#if KILLUNSEL_PATCH
|
||||
#include "killunsel.c"
|
||||
#endif
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user