2.4.0基本结束

This commit is contained in:
2022-10-24 22:11:03 +08:00
parent 7b83c7ef5f
commit 59e6da0652
67 changed files with 552 additions and 102 deletions

View File

@@ -22,7 +22,7 @@ class Check:
try:
bus = dbus.SessionBus()
bus.get_object("com.deepin.daemon.Keybinding", "/com/deepin/daemon/Keybinding").List()
int("a")
#int("a")
return True
except:
print("无法检测到 Deepin/UOS 快捷键服务")
@@ -69,7 +69,7 @@ class Click:
return
print(keyboardList)
addList = []
addList = keyListDebianMap[ui.wineKeyboardChoose.currentIndex()][:]
addList = keyListDebianMap[ui.localKeyboardChoose.currentIndex()][:]
print(keyListDebianMap)
print(addList)
addList.append(ui.localKey.text()[0])