Skip to content

Commit d605a78

Browse files
authored
fix(app): change keybind for cycling thinking effort (anomalyco#9508)
1 parent 69b3b35 commit d605a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/pages/session.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export default function Page() {
531531
title: "Cycle thinking effort",
532532
description: "Switch to the next effort level",
533533
category: "Model",
534-
keybind: "shift+mod+t",
534+
keybind: "shift+mod+d",
535535
onSelect: () => {
536536
local.model.variant.cycle()
537537
},

0 commit comments

Comments
 (0)