pit-ray / win-vind

You can operate Windows with key bindings like Vim.
https://pit-ray.github.io/win-vind/
MIT License
1.81k stars 45 forks source link

[Bug] _windows_resizer_not_working #267

Closed kbilsted closed 2 weeks ago

kbilsted commented 3 weeks ago

About Bug

when using the configuration

nmap <Control-w> <window_resizer>

the application wont start and i have a logfile

========== System Infomation ==========
[Windows]
      Edition: Windows 10 Pro
      Version: 22H2
Build Numbers: 10.0.19045
 Architecture: x64

[win-vind]
      Version: 5.13.2.0
=======================================
[Message] Version: huge
[Error] An logic exception occurred: control is not supported. (int __cdecl WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int))

Errors also for

<switch_window> and <select_left_window> also errors when using version big

kbilsted commented 3 weeks ago

Ok i finally found out it means that the keyword "Control" is not supported. Perhaps it should say keyword 'Control' not understood

pit-ray commented 2 weeks ago

Use the following keywords for key codes. https://pit-ray.github.io/win-vind/cheat_sheet/keywords/

kbilsted commented 2 weeks ago

Yes, please consider improving the error message - perhaps even supply that url in the error message,