Browse Source

fix(app): change keybind for cycling thinking effort (#9508)

Filip 1 month ago
parent
commit
d605a78a05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/pages/session.tsx

+ 1 - 1
packages/app/src/pages/session.tsx

@@ -531,7 +531,7 @@ export default function Page() {
       title: "Cycle thinking effort",
       description: "Switch to the next effort level",
       category: "Model",
-      keybind: "shift+mod+t",
+      keybind: "shift+mod+d",
       onSelect: () => {
         local.model.variant.cycle()
       },