Skip to content

Commit 6b4de9d

Browse files
committed
hide programmatic key handler commands from user dropdown menu
1 parent 7a7903f commit 6b4de9d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,22 @@
165165
"description": "Automatically insert bullet points on new lines. Toggle with the Point Blank: Toggle Auto Bullets command."
166166
}
167167
}
168+
},
169+
"menus": {
170+
"commandPalette": [
171+
{
172+
"command": "pointblank.expandTemplate",
173+
"when": "false"
174+
},
175+
{
176+
"command": "pointblank.tab",
177+
"when": "false"
178+
},
179+
{
180+
"command": "pointblank.enterKey",
181+
"when": "false"
182+
}
183+
]
168184
}
169185
},
170186
"scripts": {

0 commit comments

Comments
 (0)