Skip to content

Commit

Permalink
describe mouse controls [closes #16]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Mar 19, 2024
1 parent 03aff0c commit 0fb659c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,23 @@ for the use with [dosemu2](https://github.com/dosemu2/dosemu2).
## running

Just run `dosemu` and it should boot the installed comcom64.

## mouse control

You can navigate the command history with mouse wheel.

All buttons have 2 functions: one activates when you click on a text
area outside of a cursor row, and another activates when you click
inside the cursor row.

Left button:
- types clicked char
- moves the cursor to the clicked location

Middle button:
- Enter
- no function yet

Right button:
- Tab completion
- truncate or clear line

0 comments on commit 0fb659c

Please sign in to comment.