Skip to content

Commit

Permalink
v93: new exe with bitoj's fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhin committed Feb 15, 2021
1 parent b72e7f9 commit 96d618d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion capsicain/codenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,13 @@ v90: merged bitoj's pull request #33 : LED reset on exit

v91: fix issue #35 (alpha_from, alpha_to)

v92: fix issue #32 (no 'locking key' state reset; LED handling was broken)
v92: fix issue #32 (no 'locking key' state reset; fix LED handling)
- only reset the state of (Caps|Scr|Num)Lock on ESC+Backspace; not on startup, shutdown, KB change
- ESC does *not* reset ScrLock on Cherry, don't set LEDs on Esc (might have been confusion from the LED code)
- (send NumLock), then (get Windows NumLock state) was too fast for Win to register the change.

v93: merge bitoj's fixes

lic:
- any problem is your problem
- open ticket on redistribution, commercial rollout
Expand Down
2 changes: 1 addition & 1 deletion capsicain/constants.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define VERSION "92"
#define VERSION "93"

//arbitray limits
#define MAX_VCODES 0x120 //biggest defined code in scancodes.h must be smaller than this
Expand Down
Binary file modified x64/Release/capsicain.exe
Binary file not shown.

0 comments on commit 96d618d

Please sign in to comment.