-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make simple macros less noisy (#178)
This patch makes simple macros of the form `<mods>-<key>` less noisy by avoiding the redundant release/depression of modifiers which are already active. This used to be the default behaviour prior to 2.3.0-rc, but was changed to accommodate #128 (among other things). In most cases the additional noise is transparent to the application, but notably breaks Gnome tab-switching via swap, since Gnome cares about intermediate modifier state.
- Loading branch information
Showing
11 changed files
with
76 additions
and
34 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,7 @@ o down | |
o up | ||
n down | ||
n up | ||
shift down | ||
shift up | ||
x down | ||
x up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ o up | |
n down | ||
n up | ||
shift down | ||
shift up | ||
shift down | ||
a down | ||
a up | ||
shift up | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,6 @@ alt up | |
control up | ||
tab down | ||
tab up | ||
alt down | ||
control down | ||
alt up | ||
control up | ||
shift down | ||
x down | ||
x up | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,7 @@ alt up | |
control up | ||
tab down | ||
tab up | ||
alt down | ||
control down | ||
alt up | ||
x down | ||
x up | ||
control up | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
c down | ||
alt down | ||
` down | ||
` up | ||
tab down | ||
tab up | ||
tab down | ||
tab up | ||
c up | ||
a down | ||
a up | ||
x down | ||
x up | ||
alt up | ||
c up | ||
|
||
control down | ||
alt down | ||
alt up | ||
shift down | ||
x down | ||
x up | ||
shift up | ||
shift down | ||
x down | ||
x up | ||
shift up | ||
control up | ||
b down | ||
b up | ||
x down | ||
x up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters