Settings: System Preferences » Keyboard » Key Repeat/Delay Until Repeat
Use the commands below to increase the key repeat rate on macOS beyond the possible settings via the user interface. The changes aren't applied until you restart your computer.
import appdaemon.plugins.hass.hassapi as hass | |
import asyncio | |
class TestAllAsync(hass.Hass): | |
async def terminate(self): | |
self.log('i will die in 3 seconds') | |
await asyncio.sleep(3) | |
self.log('i am dead') |
Settings: System Preferences » Keyboard » Key Repeat/Delay Until Repeat
Use the commands below to increase the key repeat rate on macOS beyond the possible settings via the user interface. The changes aren't applied until you restart your computer.