Skip to content

Commit 38f74ce

Browse files
committed
Removed ? keypress inside left paren signature panel shortcut
1 parent 8d72394 commit 38f74ce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Default.sublime-keymap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@
110110
{ "key": "selector", "operator": "equal", "operand": "source.ts" }
111111
]
112112
},
113-
{
114-
"keys": [ "?" ],
115-
"command": "typescript_signature_panel",
116-
"context": [
117-
{ "key": "preceding_text", "operator": "regex_contains", "operand": "\\($" },
118-
{ "key": "selector", "operator": "equal", "operand": "source.ts" }
119-
]
120-
},
121113
{
122114
"keys": ["("],
123115
"command": "typescript_signature_popup",

0 commit comments

Comments
 (0)