-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ahk v2 #101
Conversation
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
rcmdnk
force-pushed
the
ahk_v2
branch
2 times, most recently
from
September 29, 2024 13:47
78bab9a
to
8cb59bb
Compare
fix: remove deprecated ErrorLevel (timeout = 1 -> LongPress), use return value of KeyWait (timeout = 0 -> 1 is ShortPress), and treat timeout condition correctly (for v2) refactor: better check of VimLongCtrlBracketNormal v.s. ShortPress condition
…ter_normal.ahk (for v2)
fix: make ClipboardAll as function (for v2) fix: Give right hand for 'Clipboard := ""' (empty right hand is not allowed in v2) (for v2) refactor: bak -> ClipSaved (as in Document)
…function's default variables (for v2)
…Lower return output instead of modifying outputarg. (for v2)
…f Off to delete it (for v2)
…k and vim_state (for v2)
refactor: Refactor buffer creation and structure size calculations refactor: Use simplified NumGet and NumPut syntax for buffer management
…ow handling logic fix: use ahk_class Progman instead of ahk_class WorkerW to get desktop (spy window shows Progman on Window11 (WorkerW in Wndow10?)
… input operations. refactor: remove `SendMode("Input")` setting as all Send was replaced by SendInput
refactor: reorder TwoLetterNormalMapsEnabled method and update parameter refactor: update CheckMenu method to accept ItemName, ItemPos, and MyMenu parameters refactor: simplify supported window message in CheckMenu method refactor: update ShowGui method to use additional parameters fix: missing closing parentheses in OK method of VimGui class refactor: update OK method to accept Btn and Info parameters in VimSetting refactor: update Cancel and Reset methods to accept Btn and Info parameters refactor: simplify verbose status display message in VimState class refactor: update FullStatus method to use additional parameters
refactor: Extract two-letter normal mode logic to a new Vimkey class
feat: add SetConfDefault method for setting default configuration values refactor: replace direct Conf access with GetConf for configuration retrieval refactor: switch to using GetVal and GetDescription in VimSetting fix: update Setup to use VimHotkey instead of removed Vimkey refactor: update variable assignment in IsVimGroup method to use GetVal fix: replace VimDefault2V with SetConfDefault in Reset method of VimSetting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Known Issues:
a
are wirtten with~
when the key is pushed alone.Related: #95