russarr
russarr
I want to use WASD as keypad: ` keyboard.remap_key('w', 'UP') keyboard.remap_key('s', 'DOWN') keyboard.remap_key('a', 'LEFT') keyboard.remap_key('d', 'RIGHT')` but 'shift' + key don`t select text. Other modifiers: 'ctrl' and 'alt' work correctly.
I apologize for the issue raised. I have a question. There are borderlines between windows in the demo video. This is done by using your plugin or some other (Can...
Hi. The plugin doesn't work for me. There is Note in Readme >NOTE: In order for pyright to resolve an import, module containing it should be used in the workspace;...
I'm sorry for bothering you. Is it possible to make indents in the following form: ``` heading 1 some text heading 2 some text heading 3 some text heading 3...