Multiple actions on one keyboard shortcut in vscode

It’s possible with extensions like Commands [Note: Created by the post’s author] settings.json “commands.commands”: { “down3”: { “sequence”: [ “cursorDown”, “cursorDown”, “cursorDown”, ], }, }, keybindings.json { “key”: “ctrl+w”, “command”: “down3”, }, Or with just keybindings.json { “key”: “ctrl+w”, “command”: “commands.run”, “args”: [ “cursorDown”, “cursorDown”, “cursorDown” ] }, Feature request to support Macro like keybindings … Read more

Sublime Text: how to make shortcut for inserting text?

Select the Key Bindings – User item under Sublime’s Preferences, then add the following example line: {“keys”: [“ctrl+shift+c”], “command”: “insert_snippet”, “args”: {“contents”: “hello!”}} This will add a CTRL+SHIFT+C shortcut to insert the hello! snippet. By the way, don’t forget to add a comma to the previous key binding hash so that all but the last … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)