Skip to content

Commit

Permalink
Made equals sign more accessible
Browse files Browse the repository at this point in the history
[2nd]>[+] in Numeric Mode and Alpha Mode will now output the = sign. Adjusted ReadMe to reflect this change and updated License to current date. Released 1.1.4.
  • Loading branch information
TheLastMillennial committed Oct 25, 2022
1 parent e81ba90 commit b2c9655
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 TheLastMillennial
Copyright (c) 2022 TheLastMillennial

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If the above link is broken or the keys don't seem to match, here's a simplified
| 1 |1 |ctrl+y |Y | | 1 |y |ctrl+y |Y | | 1 |ctrl+win+alt+shift+F2 |
| 2 |2 |ctrl+z |Z | | 2 |z |ctrl+z |Z | | 2 |ctrl+win+alt+shift+F11|
| 3 |3 |% |θ (small theta)| | 3 |θ (small theta)|% |Θ (big theta) | | 3 |ctrl+win+shift+F7 |
| + |+ |= |" | | + |" |` |' | | + |ctrl+win++ |
| + |+ |= |" | | + |" |= |' | | + |ctrl+win++ |
| on |Pause (break) |Starts Sleep trigger (Press [mode] to complete the trigger)|CtrlBreak |Sleep does not work on all computers | on |Pause (break) |Starts Sleep trigger (Press [mode] to complete the trigger)|CtrlBreak |Sleep does not work on all computers | on |ctrl+win+alt+F5 |
| 0 |0 |Help |Spacebar |Help is deprecated, likely only works on old operating systems| 0 |Spacebar |ctrl+spacebar |Spacebar | | 0 |ctrl+win+alt+shift+F3 |
| . |. |i (Imaginary i) |: | | . |: |. |; | | . |ctrl+win+shift+F1 |
Expand Down
Binary file added Releases/CEyboard 1.1.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/CEyboard.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ TrayTip, CEyboard, Press [alpha] then [mode] to swap modes. Numlock status: %num
if alpha ; Alpha
SendInput, {'}
else if second ; 2nd
SendInput, ``
SendInput, =
else ; no modifier
SendInput, {"}
}
Expand Down

0 comments on commit b2c9655

Please sign in to comment.