feat: update license and enhance README; add Xiaohe Shuangpin registry settings
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
|
||||
"Enable Cloud Candidate"=dword:00000000
|
||||
"Enable Dynamic Candidate Ranking"=dword:00000001
|
||||
"EnableExtraDomainType"=dword:00000001
|
||||
"Enable self-learning"=dword:00000001
|
||||
"EnableSmartSelfLearning"=dword:00000001
|
||||
"EnableLiveSticker"=dword:00000000
|
||||
"Enable EUDP"=dword:00000001
|
||||
"Enable Double Pinyin"=dword:00000001
|
||||
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"
|
||||
"DoublePinyinScheme"=dword:0000000a
|
||||
@@ -1,3 +1,11 @@
|
||||
REM This script switches the right-click context menu to Windows 10 style
|
||||
REM by modifying the registry and restarting Windows Explorer
|
||||
|
||||
REM Add registry entry to disable Windows 11 context menu
|
||||
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||
|
||||
REM Terminate Windows Explorer process
|
||||
taskkill /f /im explorer.exe
|
||||
|
||||
REM Restart Windows Explorer to apply changes
|
||||
start explorer.exe
|
||||
@@ -1,3 +1,11 @@
|
||||
REM This script switches the right-click context menu to Windows 11 style
|
||||
REM by modifying the registry and restarting Windows Explorer
|
||||
|
||||
REM Delete registry entry to enable Windows 11 context menu
|
||||
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
|
||||
|
||||
REM Terminate Windows Explorer process
|
||||
taskkill /f /im explorer.exe
|
||||
|
||||
REM Restart Windows Explorer to apply changes
|
||||
start explorer.exe
|
||||
@@ -0,0 +1,35 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
; Configure Chinese (Simplified) Input Method settings for Xiaoheshuangpin (小鹤双拼) scheme
|
||||
; This registry file sets up the double pinyin input method preferences
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
|
||||
|
||||
; Disable cloud-based candidate suggestions
|
||||
"Enable Cloud Candidate"=dword:00000000
|
||||
|
||||
; Enable dynamic candidate ranking based on usage
|
||||
"Enable Dynamic Candidate Ranking"=dword:00000001
|
||||
|
||||
; Enable extra domain-specific dictionaries
|
||||
"EnableExtraDomainType"=dword:00000001
|
||||
|
||||
; Enable self-learning from user input
|
||||
"Enable self-learning"=dword:00000001
|
||||
|
||||
; Enable smart self-learning
|
||||
"EnableSmartSelfLearning"=dword:00000001
|
||||
|
||||
; Disable live sticker suggestions
|
||||
"EnableLiveSticker"=dword:00000000
|
||||
|
||||
; Enable EUDP (Extended User Dictionary Pinyin)
|
||||
"Enable EUDP"=dword:00000001
|
||||
|
||||
; Enable double pinyin input method
|
||||
"Enable Double Pinyin"=dword:00000001
|
||||
|
||||
; Define custom double pinyin scheme mapping for Xiaoheshuangpin layout
|
||||
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"
|
||||
|
||||
; Set active double pinyin scheme to custom scheme (0x0a = 10)
|
||||
"DoublePinyinScheme"=dword:0000000a
|
||||
Reference in New Issue
Block a user