How to map Command key to Control key when using vscode

I already mapped “Caps Lock” key to “Command” key using System Prefrences of macOS, as I use “Command” key frequently when using most application. When using vscode with vim keymap, I use “Control” key at most time. Is it possible to map “Command” key (actually the “Caps Lock” key in keyboard) to “Control” when using … Read more

Control key capture set up through Chrome Remote Desktop (CRD) to Win10 running Vbox running Win10 VM

I have a Inception like situation. My local Win10 ( at Home) is running the CRD Apps connected to a Win 10 at work which is running in Vbox Win 10. I installed, in the VM Win10, SystInternals to use Zoomit and other tools. Zoomit’s Live zoom key is CTRL-4. While focused on a VM … Read more

Mapping redo in insert mode VIM

How to remap a redo shortcut (Ctrl-R in normal) to Ctrl-Shift-Z in insert mode? It would be helpful since I mapped undo to Ctrl-Z like this: nnoremap <c-z> :u<CR> vnoremap <c-z> :u<CR> inoremap <c-z> <c-o>:u<CR> vnoremap <c-z> <c-o>:u<CR> So I want: undo – Ctrl-Z, redo – Ctrl-Shift-Z as in another text editors. I found this … Read more

Set keymap on LiveCD

With VmWare Workstation 7.1 here, I’m having trouble with BackTrack 4 Live CD. For some reason, the mouse won’t right-click where it appears to be. This would be due to VmWare tools not being installed, but it’s a live CD. I decided to do everything via the terminal, but I have an Azerty keyboard. I … Read more