helloSystem / helloSystem/ISO

Make Ctrl-click work as right-click

Open
#119 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
847
Forks
66
PR merge metrics
No merged PRs in 30d

Description

Many pointing devices (mice/trackpads) only have one button. Hence we need to make Ctrl+click work as right-click throughout the system.

Enable ctrl-click as right-click

https://superuser.com/questions/336674/emulating-mouse-click-with-a-keyboard

Script:
https://github.com/NapoleonWils0n/cerberus/blob/master/openbsd/openbsd-remap-ctrl-to-right-click.sh

```
xmodmap -e "keycode 37 = Pointer_Button3"
```

alone does not seem to do the trick. __How to do this properly?__

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.