From 227667ebe43e5e6e20993be160b0ea3824ad00c2 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Tue, 8 Mar 2022 10:58:08 +0800 Subject: [PATCH] KeyConv // Recognizing vChewing Dynamic Keyboards. --- .../ControllerModules/AppleKeyboardConverter.swift | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/Modules/ControllerModules/AppleKeyboardConverter.swift b/Source/Modules/ControllerModules/AppleKeyboardConverter.swift index a3b75add..bd5adf67 100644 --- a/Source/Modules/ControllerModules/AppleKeyboardConverter.swift +++ b/Source/Modules/ControllerModules/AppleKeyboardConverter.swift @@ -25,6 +25,16 @@ import Cocoa return true case "com.apple.keylayout.ZhuyinEten": return true + case "org.atelierInmu.vChewing.keyLayouts.vchewingdachen": + return true + case "org.atelierInmu.vChewing.keyLayouts.vchewingmitac": + return true + case "org.atelierInmu.vChewing.keyLayouts.vchewingibm": + return true + case "org.atelierInmu.vChewing.keyLayouts.vchewingseigyou": + return true + case "org.atelierInmu.vChewing.keyLayouts.vchewingeten": + return true default: return false }