Skip to content
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

Merged
merged 75 commits into from
Oct 1, 2024
Merged

Ahk v2 #101

merged 75 commits into from
Oct 1, 2024

Conversation

rcmdnk
Copy link
Owner

@rcmdnk rcmdnk commented Sep 25, 2024

Known Issues:

  • IME does not work
  • JJ does not work
  • Two-letter to enter the normal mode does not work well
    • chane mode works, but other than a are wirtten with ~ when the key is pushed alone.
    • Seems conflict with repeat key settings. (Hotkey func's problem...?)
  • Tool tip in settings does not work
  • Variables in state check are now shown
  • Default values recognization

Related: #95

@rcmdnk rcmdnk force-pushed the ahk_v2 branch 2 times, most recently from 78bab9a to 8cb59bb Compare September 29, 2024 13:47
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
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)
…Lower return output instead of modifying outputarg. (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
@rcmdnk rcmdnk merged commit 52a6edc into master Oct 1, 2024
2 checks passed
@rcmdnk rcmdnk deleted the ahk_v2 branch October 1, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant