QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
13 stars 3 forks source link

Add keypress to call the new stand alone color picker. #110

Closed LordDurus closed 1 year ago

LordDurus commented 1 year ago

Added a hot key to call the new stand alone color picker shift+alt+p

This will only work in VS Code version 1.78.1+

LordDurus commented 1 year ago

VSCode add the result to the code as rgb(nnn,nnn,nnn). If you need the underscore prefix for now you'll need to added it.

LordDurus commented 1 year ago

This is not working in Linux

LordDurus commented 1 year ago

Looks like it has something to do with the alt + shift key

LordDurus commented 1 year ago

Changed the keymapping to alt+p