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

macbook: added option for swapped cmd and opt #202

Merged
merged 2 commits into from Nov 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions apple/default.nix
Expand Up @@ -2,6 +2,7 @@

{
boot.kernelParams = [
"hid_apple.swap_opt_cmd=1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that it is not easy to disable those options again, should we rather have a Readme.md in ./apple that just document this option?

## Switching Cmd and Alt/AltGr

This will switch the left Alt and Cmd key as well as the right Alt/AltGr and Cmd key. 

boot.kernelParams = [
  "hid_apple.swap_opt_cmd=1"
];

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, let's do that. updated.

"hid_apple.iso_layout=0"
];

Expand Down