Skip to content

Commit

Permalink
updated switch mouse solution description
Browse files Browse the repository at this point in the history
  • Loading branch information
klues authored and deinhofer committed Sep 6, 2019
1 parent bd7895f commit ba47000
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Documentation/docs/solutions/Switch-Mouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,25 @@

Mouse control by switch input. Instead of a mouse cursor a cross scanning from the top to the bottom and from the left to the right is used.

## Description
## Mouse movement

By pressing the right ```cursor key``` the cross should move accordingly from the left to the right as long as you keep the key pressed. Subsequently, press the left ```cursor key```to move the cross from the top to the bottom. As soon as the key is released the the left click is performed by dwelling (stopping movement and waiting for some time). You can switch the click modality by pressing the left and right ```cursor keys``` simultanously.
By pressing the `right` cursor key the cross should move accordingly from the left to the right as long as you keep the key pressed. Subsequently, press the `down` cursor key to move the cross from the top to the bottom. As soon as the keys are released, the left click is performed by dwelling (stopping movement and waiting for some time).

![Cross marking the click position on the screen](./img/crosshair-cross.png)

*Fig. 1: Crosshair cross indicating the current mouse position. Red horizontal line indicating a movement from top to bottom.*

## Tooltips

In order to perform special clicks there are so called "tooltips". Press `right` and `down` cursor keys simultaneously in order to show the tooltips, which look like this:

![Cross marking the click position on the screen](./img/crosshair-tooltips.jpg)

*Fig. 2: Tooltip next to the crosshair, shows symbol for double click*

By pressing one of `right` or `down` cursor keys again it's possible to navigate through the tooltips where functions like double click, right click, dragging or keyboard shortcuts like `Ctrl + C` and `Ctrl + V` can be chosen.


## Requirements

* Switch
Expand All @@ -21,4 +34,6 @@ By pressing the right ```cursor key``` the cross should move accordingly from th
## Major Plugins

* [KeyCapture](/plugins/sensors/KeyCapture)
* [Mouse](/plugins/actuators/Mouse)
* [Mouse](/plugins/actuators/Mouse)
* [CrosshairCursorControl](/plugins/actuators/CrosshairCursorControl)
* [Tooltip](/plugins/actuators/Tooltip)
Binary file modified Documentation/docs/solutions/img/crosshair-cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba47000

Please sign in to comment.