Timers keyboard shortcut not working
Posted by Xandler on Sun 18 Jul 2021 05:56 PM — 4 posts, 17,646 views.
It works for me under Windows XP, and also running under Wine with Ubuntu.
You may have an operating system keyboard combination configured that takes precedence, check your keyboard settings.
Workarounds:
Press Alt+Enter and then find the Timers configuration. The configuration window remembers which tab you last had open, so next time it will go straight to Timers if you haven’t changed tabs.
You can bind another key combination, by running something like this in the Immediate scripting window (using Lua) - that is, Ctrl+I
AcceleratorTo ( "Alt+F8" , 'DoCommand "ConfigureTimers" ', sendto.script)You would need to do that every time you started the client, or make a tiny plugin to do it for you, or a very small script file which has a function that is called on world open.
I found this online: "In Windows 10, when there are two or more keyboard layouts for the same input language, pressing Ctrl+Shift switches the keyboard layout."
So maybe there's a system setting that you need to disable to prevent the OS from interfering.