diff options
author | tmk <nobody@nowhere> | 2013-07-23 07:45:25 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-23 07:53:18 +0900 |
commit | 6aaa6e0ef9aa1e464b67723fd4cdd0d63b2c861d (patch) | |
tree | 25c8f53490930e4e70638211cec159f86e4018d5 /common/action_code.h | |
parent | 25aec56c082936a463d609357a04332c97c9940b (diff) |
Add support for macro media/system keys
Diffstat (limited to 'common/action_code.h')
-rw-r--r-- | common/action_code.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/action_code.h b/common/action_code.h index df6ce99986..45e974a668 100644 --- a/common/action_code.h +++ b/common/action_code.h @@ -33,9 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * r: Left/Right flag(Left:0, Right:1) * * ACT_MODS_TAP(001r): - * 0010|mods|0000 0000 Modifiers with OneShot - * 0010|mods|0000 00xx (reserved) - * 0010|mods| keycode Modifiers with Tap Key + * 001r|mods|0000 0000 Modifiers with OneShot + * 001r|mods|0000 00xx (reserved) + * 001r|mods| keycode Modifiers with Tap Key * * * Other Keys(01xx) |