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

Support for key declarations #8

Closed
wenkokke opened this issue Aug 7, 2022 · 0 comments
Closed

Support for key declarations #8

wenkokke opened this issue Aug 7, 2022 · 0 comments

Comments

@wenkokke
Copy link
Owner

wenkokke commented Aug 7, 2022

Talon now supports key declarations in Talon files, e.g., as seen in andreas-talon/foot_switch.talon.

# Top button
key(keypad_0:down):         skip()
key(keypad_0:up):           user.foot_switch_key(0)

# Center button
key(keypad_1:down):         skip()
key(keypad_1:up):           user.foot_switch_key(1)

# Left button
key(keypad_2:down):         skip()
key(keypad_2:up):           user.foot_switch_key(2)

# Right button
key(keypad_3:down):         skip()
key(keypad_3:up):           user.foot_switch_key(3)
phillco pushed a commit to talonhub/community that referenced this issue Sep 30, 2022
Fixes:

- Support for negative numbers
  <wenkokke/talonfmt#17>
- Support for settings with preceding underscores
  <wenkokke/talonfmt#16>
- Support for key bindings
  <wenkokke/talonfmt#8>
pull bot pushed a commit to wenkokke/talon-community that referenced this issue Oct 1, 2022
Fixes:

- Support for negative numbers
  <wenkokke/talonfmt#17>
- Support for settings with preceding underscores
  <wenkokke/talonfmt#16>
- Support for key bindings
  <wenkokke/talonfmt#8>
nickvisut pushed a commit to nickvisut/knausj_talon that referenced this issue Nov 1, 2022
Fixes:

- Support for negative numbers
  <wenkokke/talonfmt#17>
- Support for settings with preceding underscores
  <wenkokke/talonfmt#16>
- Support for key bindings
  <wenkokke/talonfmt#8>
Spiteless pushed a commit to Spiteless/talonhub_community that referenced this issue Nov 9, 2022
Fixes:

- Support for negative numbers
  <wenkokke/talonfmt#17>
- Support for settings with preceding underscores
  <wenkokke/talonfmt#16>
- Support for key bindings
  <wenkokke/talonfmt#8>
code-n-cool added a commit to code-n-cool/social-community that referenced this issue May 10, 2024
Fixes:

- Support for negative numbers
  <wenkokke/talonfmt#17>
- Support for settings with preceding underscores
  <wenkokke/talonfmt#16>
- Support for key bindings
  <wenkokke/talonfmt#8>
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

1 participant