-
-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Migrate fn_actions for default keymaps #4935
Migrate fn_actions for default keymaps #4935
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and so on. The get_mods() & MODS_SHIFT_MASK
and removing shift_esc_shift_mask
changes apply to a lot of the keymaps.
That said, keep up the good work. We've had a lot of nice cleanup PRs over these past few weeks.
Thanks for the reviews @vomindoraan 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=)
* Migrate fn_actions for default keymaps * Rename the Grave/Escape Shift masks * No need for shift_esc_shift_mask * Change breaks to return false * Right align pointers * Add default case * Separate cases with empty lines
Description
Going through the default keymaps and changing the
fn_actions
entries to either keycodes or theirprocess_record_user()
equivalents.Types of changes
Issues Fixed or Closed by this PR
Checklist: