This commit is contained in:
Aaron Bieber 2021-12-16 06:44:39 -07:00
parent 11ddbc55b7
commit 4cb7a3c12a
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ AddToFunc ChangeDefaultFocus "I" Style "*" $0
Key Tab A M WindowList Root c c NoDeskSort, SelectOnRelease Meta_L
# press shift arrow + control anywhere, and move the pointer by 1% of a page
Key Left A SC CursorMove -1 0
Key Right A SC CursorMove +1 +0
Key Left A SC CursorMove -1 0
Key Right A SC CursorMove +1 +0
Key Up A SC CursorMove +0 -1
Key Down A SC CursorMove +0 +1