From fd896ad29d9dfc771a043bdae3c4a365592f24e1 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 12 May 2021 23:12:54 +0100 Subject: [PATCH] Base: Add KeyboardMapper.af Joining applications like Font Editor and Theme Editor, Keyboard Mapper now has its own entry in the "Development" system menu section. --- Base/res/apps/KeyboardMapper.af | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Base/res/apps/KeyboardMapper.af diff --git a/Base/res/apps/KeyboardMapper.af b/Base/res/apps/KeyboardMapper.af new file mode 100644 index 0000000000..e6367a3190 --- /dev/null +++ b/Base/res/apps/KeyboardMapper.af @@ -0,0 +1,4 @@ +[App] +Name=Keyboard Mapper +Executable=/bin/KeyboardMapper +Category=Development