Re: Emulate keyboard keys through Vim that the OS interpret it.

2022-11-12 Thread Stan Brown
On 2022-11-12 03:05, Nicolas wrote: > Is it possible to emulate keyboard keys through Vim Editor so that the > OS interprets them? > > example: Is is possible to emulate Windows Key(VK_LWIN)+R keys? > > VK_LWIN as defined here > https://learn.microsoft.com/fr-fr/windows/win32/inputdev/virtual-k

Re: Emulate keyboard keys through Vim that the OS interpret it.

2022-11-12 Thread Enan Ajmain
On Sat, 12 Nov 2022 03:05:06 -0800 (PST) Nicolas wrote: > Is it possible to emulate keyboard keys through Vim Editor so that > the OS interprets them? > Vim sits on _top_ of OS, so it's unlikely that Vim can modify a keypress event and send it to OS. That would require Vim to sit in the _middle_

Emulate keyboard keys through Vim that the OS interpret it.

2022-11-12 Thread Nicolas
Is it possible to emulate keyboard keys through Vim Editor so that the OS interprets them? example: Is is possible to emulate Windows Key(VK_LWIN)+R keys? VK_LWIN as defined here https://learn.microsoft.com/fr-fr/windows/win32/inputdev/virtual-key-codes Thanks Nicholas -- -- You received th