We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5dbf0 commit 6d2aef3Copy full SHA for 6d2aef3
README_TCH.md
@@ -17,3 +17,12 @@
17
版本 1.1:
18
* playsound 模塊有 bug:
19
* 請進入模塊腳本將此行 ```py command = ' '.join(command).encode('utf-16')``` 更改成 ```py command = ' '.join(command)``` 因為 python3 使用 utf-8 編碼
20
+
21
+版本 1.2:
22
+* 新增自定義模式
23
+* 程式會讀取 ```setting.txt```
24
+ * 設定目前可以更改模式和鍵盤按鍵的音效
25
+ * 設定模式需要用這個格式 $\rightarrow$ ```mode=custom``` 或 ```mode=random```
26
+ * custom 模式可以用來更改鍵位的音效,而 random 模式則是隨機撥放 sound 資料夾的音效
27
+ * 設定鍵盤按鍵的音效需要用這個格式 $\rightarrow$ ```key:sample.mp3``` key 的位置要放英文的小寫
28
+ * 只有有設定的按鍵在 custom 模式下,才能夠更改成按鍵的音效
0 commit comments