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

[Feature Request] Mapping for Windows Home and End #24781

Open
1 of 4 tasks
ChapelHeel66 opened this issue Jan 3, 2025 · 1 comment
Open
1 of 4 tasks

[Feature Request] Mapping for Windows Home and End #24781

ChapelHeel66 opened this issue Jan 3, 2025 · 1 comment

Comments

@ChapelHeel66
Copy link

Feature Request Type

  • Core functionality
  • Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
  • Alteration (enhancement/optimization) of existing feature(s)
  • New behavior

Description

The Home and End keys conform to Mac behaviors, taking you to the start or end of the current line. On Windows keyboards, Home and End take you to the top/end of the document so you do not have to page up/down the whole way. I have a Keychron keyboard that keymaps home and end like the Mac, but also allows keymapping of a specific qmk code. So, if qmk had this Windows home/end behavior assigned to a separate code, that would be very helpful. Thanks.

@drashna
Copy link
Member

drashna commented Jan 10, 2025

These are handled by the OS, and not by QMK.
https://docs.qmk.fm/keycodes_basic#commands

Eg, these will send the appropriate keycode to the host system. There is no code to separate out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants