fix(app): change terminal.new keybind to ctrl+alt+t (#9670)

pull/8940/head
Rahul A Mistry 2026-01-21 00:33:20 +05:30 committed by GitHub
parent 80481c2247
commit 281c9d1870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
},
{