Skip to content

Commit 890352d

Browse files
committed
Add key binding for transaction status cycle command
1 parent 8c01ab4 commit 890352d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
"command": "ledger.transactionStatusCycle",
4242
"title": "Cycle Transaction Status"
4343
}
44+
],
45+
"keybindings": [
46+
{
47+
"command": "ledger.transactionStatusCycle",
48+
"key": "ctrl+shift+t",
49+
"mac": "cmd+shift+t",
50+
"when": "editorTextFocus && resourceExtname == '.ledger'"
51+
}
4452
]
4553
},
4654
"scripts": {

0 commit comments

Comments
 (0)