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

Typing 'f' key in normal mode types out f #96

Closed
Shr4pNull opened this issue Mar 12, 2024 · 3 comments
Closed

Typing 'f' key in normal mode types out f #96

Shr4pNull opened this issue Mar 12, 2024 · 3 comments

Comments

@Shr4pNull
Copy link

Typing 'f' key in normal mode types out f. Is that behaviour right? It should find the next instance of a char in the line?

I've tried the release in windows 10 & windows 11 environments and this still happens - only tried it in onenote and notepad.exe

@rcmdnk
Copy link
Owner

rcmdnk commented Mar 12, 2024

Could you please check Disable unused keys in the normal mode option.

Settings window can be laucnhed by the right-click menu of the task tray icon (find VimMenu-Settings in the list), or Ctrl-Alt-Shift-v.

https://github.com/rcmdnk/vim_ahk?tab=readme-ov-file#gui-option-setting-window

SnapCrab_NoName_2024-3-13_8-22-52_No-00

If the mode is 1, then f is printed as f is not implemented in vim_ahk, yet.

If you set 2 or 3, then these non-implemented keys do not print.
(3 is stricter mode in which mode Ctrl-X is also disabled if it is not implemented.)

@Shr4pNull
Copy link
Author

That works, silly me. Sorry for wasting your time.

I'm really enjoying your work btw

@rcmdnk
Copy link
Owner

rcmdnk commented Mar 14, 2024

No worries at all.
If you have any more questions, feel free to ask.

@rcmdnk rcmdnk closed this as completed Mar 14, 2024
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

No branches or pull requests

2 participants