Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mouse keys ambidextrous setting #755

Merged
merged 1 commit into from
Oct 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions public/extra_descriptions/mouse_keys_ambi.json.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css" />

<style>
.mouse-keys-ambi span.key { color: #c7254e; background-color: #f9f2f4; font-weight: bold; padding: 0px 5px; }
</style>

<div class="mouse-keys-ambi">

<p style="margin-top: 20px; font-weight: bold">
Mouse keys Ambidextrous
</p>

<p>
Replace the mouse with your keyboard, with either or both hands. With fast scrolling, and two speed settings. <br> <br>
Hold the <span class="key">left_control</span> key in tandem with <span class="key">W,A,S,D</span> (left hand) or <span class="key">I,J,K,L</span>(right hand) for mouse movement. <br><br>

Hold <span class="key">shift</span> + <span class="key">left_control</span> for 4x faster mouse movement (max speed). <br><br>

<span class="key">Fn </span> + <span class="key">W,A,S,D</span> (left hand) or <span class="key">I,J,K,L</span>(right hand)for scrolling.
</p>
<b>Key bindings:</b>
<ul>
<li>Mouse motion: <span class="key">left_control</span> + <span class="key">W,A,S,D</span> or <span class="key">I, J, K, L</span> </li>
<li>Fast mouse motion: <span class="key">left_control</span> + <span class="key">shift</span> + <span class="key">W,A,S,D</span> or <span class="key">I, J, K, L</span> </li>
<li>Mouse left click: <span class="key">left_control</span> + <span class="key">Q</span> or <span class="key">U</span></li>
<li>Mouse right click: <span class="key">left_control</span> + <span class="key">E</span> or <span class="key">O</span></li>
<li>Mouse scroll: <span class="key">Fn</span> + <span class="key">W,A,S,D</span> or <span class="key">I, J, K, L</span> </li>
</ul>
4 changes: 4 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,10 @@
{
"path": "json/command_q.json"
},
{
"path": "json/mouse_keys_ambi.json",
"extra_description_path": "extra_descriptions/mouse_keys_ambi.json.html"
},
{
"path": "json/mouse_keys_simple.json",
"extra_description_path": "extra_descriptions/mouse_keys_simple.json.html"
Expand Down