Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit d17b2a2

Browse files
authoredAug 14, 2024
Update README.md
1 parent 1f2b298 commit d17b2a2

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed
 

‎README.md

-41
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,19 @@ https://user-images.githubusercontent.com/43294688/148503688-66ea2e4b-9212-4392-
66

77
> The keyboard in the demo video is just a [regular keyboard](https://mistelkeyboard.com/products/d11cf7a73da49468e2a530b4cf18e76c). It doesn't offer anything related to mouse.
88
9-
## Features
10-
11-
* Leverage on the features of a computer mouse without using the actual device.
12-
* Fully customizable hotkeys.
13-
* Convenient features which helps to move the cursor quickly.
149

1510
## Installation
1611

1712
Download the installer or portable executable file at **[Releases](https://github.com/wirekang/mouseable/releases)**.
1813

1914
*Requires Chrome or Edge because Mouseable uses [lorca](https://github.com/zserge/lorca) to draw the GUI.*
2015

21-
## Reason to stop using the mouse
22-
23-
1. **Better Productivity**
24-
25-
Ask yourself, do you use your mouse frequently (or at all) during programming? Is it really necessary? I think not.
26-
Since, you could very well perform most of the tasks in your workflow using various keyboard shortcuts and hotkeys, and
27-
achieve even better productivity and efficiency, as you would otherwise, achieve using a mouse. Every single action in
28-
your IDE of choice will most likely have a binded shortcut. If you could familiarize yourself with just using a
29-
keyboard, instead of relying on a mouse, you will most likely attain way better productivity. For instance, in these
30-
common situations listed down below, you don't even need a mouse:
31-
32-
* In IDE, use vim plugin and shortcuts.
33-
34-
* In Browser, use [Vimium](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en)
35-
36-
Mouseable is for rare situations not listed above.
37-
38-
* Drag-Drop file into web browser.
39-
* The website that does not support Vimium.
40-
* Some situation that need scroll wheel button.
41-
42-
2. **Health Benefits**
43-
44-
Using a mouse puts unnecessary strain on your wrist. As such, just place your wrists in front of your keyboard and
45-
maintain that position, instead of constantly having to move your wrist around while using a mouse!
46-
47-
48-
3. **Better Utilization of Existing Table Space**
49-
50-
Extra table space is required to use a computer mouse. Hence, keep your desk nice and free by putting away your
51-
mouse!
52-
5316
## Limitations
5417

5518
* Windows Only
5619
* Mouseable must be run with administrator privileges, otherwise it will not work on system software such as Task
5720
Manager.
5821

59-
## Contributing
60-
61-
It is a project that pays attention to abstraction. If you like Golang or Typescript, please contribute.
62-
6322
## Motivation
6423

6524
This program was inspired by

0 commit comments

Comments
 (0)
This repository has been archived.