mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-12 11:48:42 +00:00
fix(app): change terminal.new keybind to ctrl+alt+t (#9670)
This commit is contained in:
@@ -469,7 +469,7 @@ export default function Page() {
|
||||
title: "New terminal",
|
||||
description: "Create a new terminal tab",
|
||||
category: "Terminal",
|
||||
keybind: "ctrl+shift+`",
|
||||
keybind: "ctrl+alt+t",
|
||||
onSelect: () => terminal.new(),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user