mooz / xkeysnail

Yet another keyboard remapping tool for X environment
890 stars 112 forks source link

Add custom key delay. #136

Closed laech closed 2 years ago

laech commented 3 years ago

I was having issue with IntelliJ where sometimes IntelliJ would do nothing when I type a key combo, adding a custom delay (1ms, define_key_delay(0.001)) between each key event has made the problem go away, even though I'm not entirely sure if this is a proper fix.