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

Can't remap the function key #247

Closed
piersolenski opened this issue Jun 16, 2024 · 2 comments
Closed

Can't remap the function key #247

piersolenski opened this issue Jun 16, 2024 · 2 comments

Comments

@piersolenski
Copy link

Trying to map the following gives me the error ERROR: invalid <to> in main section's Ctrl -> Function:

{
  :des "Ctrl -> Function"
  :rules [
    [:left_control :keyboard_fn]
  ]
}
@0l0l0l
Copy link

0l0l0l commented Jul 2, 2024

no need in keyboard_ part fn will work

{
  :des "Ctrl -> Function"
  :rules [
    [:left_control :fn]
  ]
}

@piersolenski
Copy link
Author

Great, thanks!

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