Closed BestNathan closed 1 year ago
@BestNathan thank you for your feedback.
To remove shortcuts, please right click on the shortcut and choose remove the keybinding.
BTW, which shortcut does tooltitude conflict with? Which extension provides them?
@BestNathan thank you for your feedback.
To remove shortcuts, please right click on the shortcut and choose remove the keybinding.
BTW, which shortcut does tooltitude conflict with? Which extension provides them?
i have tried but not work
but i notice that the source of shortcuts i snapshot before is user
but i still can not remove them
conflict with terminal: clear
which is a system shortcuts, i always use this shortcut to clear terminal text, but recently i found that it will wait for me to press second key like
i follow the way from internet to find out why this happend and found that maybe our extension has conflict shortcuts, but when i try to edit, it didn't work
@tooltitude-support i followed a way to remove shortcuts from json file, https://stackoverflow.com/questions/33791097/how-can-i-change-keyboard-shortcut-bindings-in-visual-studio-code , it worked, thks
@BestNathan Interestingly on my machine there's a shortcut Cmd+K Cmd+S to open shortcut settings. Does this shortcut not conflict with Cmd+K for clearing the terminal?
@BestNathan I changed the shortcut condition by adding !terminalFocus to them. After that there will be no need to remove shortcuts anymore. It will be available in the next release, likely on Thu or Fri of the next week (0.39.0).
@BestNathan I changed the shortcut condition by adding !terminalFocus to them. After that there will be no need to remove shortcuts anymore. It will be available in the next release, likely on Thu or Fri of the next week (0.39.0).
that's great, cause i found it conflicts again like
i found there are many conditions on terminal clear shorcuts
maybe adding !terminalFocus
condition will work, let's see further!
@tooltitude-support I wonder what these shortcuts work for? cause i bearly use these shortcuts, F12
is really difficult for me to press on, lol. maybe when the editorTextFocus
condition fits these shortcuts purpose? or there are some other vscode panels that need these shortcuts?
@BestNathan These shortcuts are for selecting next/prev reference in the references view. I.e. to go back and forth without using a mouse. They are chosen after F12 / Shift + F12 shortcuts used in the references view in VS Code.
@BestNathan We released 0.39.0, please try it and let me know whether your problem repeats
@BestNathan We released 0.39.0, please try it and let me know whether your problem repeats
@tooltitude-support it works so far, if there is any problem I will let you know, thanks a lot!
Tooltitude Version: none
OS Version:
VS Code Version:
Go Version:
Code Repository (if open source):
What did you try to do?
Is there anything interesting in the tooltitude output channel? (should be open if you are reporting error from within VS Code)
Steps to reproduce
i do not know how to remove these keybinding shortcuts, and i try to uninstall tooltitude but not work, i can not remove or reset these shortcuts on vscode keyboard shortcuts management page
please help me out with some advises for solving this problem cause these shortcuts conflict with some other shortcuts which i use most
thanks a lot