generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a875700
commit a10166d
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
layout: post | ||
title: "windows小鹤双拼配置" | ||
date: 2024-01-10 10:29:20 +0800 | ||
categories: | ||
- 杂项 | ||
tags: | ||
- 小鹤双拼 | ||
--- | ||
|
||
目录: | ||
* awsl | ||
{:toc} | ||
|
||
|
||
最近学习小鹤双拼,但是在系统中找不到。网上找了一圈,找到一下代码: | ||
|
||
```reg | ||
Windows Registry Editor Version 5.00 | ||
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS] | ||
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt" | ||
``` | ||
|
||
新建文本文档,粘贴以上代码,保存为`小鹤双拼.reg`, 记得格式为`gbk`或`gb18030`。 | ||
|
||
然后双击导入即可! | ||
|
||
这几个字敲了5分钟,难受 |