ladybird/Userland
Jelle Raaijmakers 770c1935d4 MouseSettings: Reset the double-click timer after every second click
The old behavior of restarting the timer after every second click could
result in double-click-chains (or triple+ clicks), which does not feel
like the right behavior.

By resetting the double-clicking timer, you need to perform a new full
double-click to make the arrows change color again.
2021-10-28 11:21:18 +02:00
..
Applets Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Applications MouseSettings: Reset the double-click timer after every second click 2021-10-28 11:21:18 +02:00
Demos Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
DevTools Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Libraries LibCore: Add ElapsedTimer::reset() 2021-10-28 11:21:18 +02:00
Services Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
Shell Shell: Prevent exponential explosion around '$((' 2021-10-23 19:29:59 +01:00
Utilities Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
CMakeLists.txt