vimwiki: dth @ DK023900WSL

This commit is contained in:
DannyDannyDanny 2022-12-28 14:19:57 +01:00
parent 625a1bdaca
commit 46ef363c73
4 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,7 @@ $Space::
#InputLevel ;set it back to default value of 0 for any remaining code
now := A_TickCount
while GetKeyState("Space", "P") ; to find out whether space-bar is held
if (A_TickCount-now > 100) ; this time is tested on asker's computer
if (A_TickCount-now > 120) ; this time is tested on asker's computer
{
SendInput {Shift Down}
KeyWait, Space