We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c37950 commit c5a3550Copy full SHA for c5a3550
1 file changed
cursor.ts
@@ -1,7 +1,7 @@
1
namespace kojac {
2
export type CursorMode = "free" | "burdened";
3
4
- const maxCursorSpeed = 200 / 1000; // pixels/milli
+ const maxCursorSpeed = 120 / 1000; // pixels/milli
5
const startCursorSpeed = 10 / 1000; //
6
const cursorSpeedInc = 10 / 1000; //
7
const shiftGearsAt = 1000; // millis
0 commit comments