I have a key binding such as alt+s alt+u. It works when i hold down both keys alt and s, then just press u. But if I press u again, it doesn't repeat; i must release alt and s, then hold them down again and press u. Is there a way to make it work by keep pressing u as long as the initial alt and s keys are kept down? Essentially turning s key into an adhoc modifier key.
Example:
- Add a keybinding:
{
"key": "alt+s alt+u",
"command": "editor.action.smartSelect.shrink"
}
- Hold down both keys
altands - Press
u- action will be executed - Press
uagain - action will not be executed - Release
altands, goto step 2.
alt+s udo what you want? I don't imagine it will, just checking.alt+s u, i have release thealtands, then pressu, so it's even more undesired thanalt+s alt+u.s, 3) Press and releaseu, 4) Release ALT. You are not supposed to hold a non modifier key, it will go into repeat if you hold