This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tuner_advancedchording [2024/05/07 20:03] – [Keyboard] tony | tuner_advancedchording [2024/07/02 21:48] (current) – [Mouse] lalaine | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Advanced | + | ===== Advanced |
- | There are 5 action classes that can be used to create a chord. | + | There are 6 action classes that can be used to create a chord. |
- | {{https:// | + | {{https:// |
==== Keyboard ==== | ==== Keyboard ==== | ||
Line 11: | Line 11: | ||
Modifiers keys, like SHIFT, NUM, CTRL and ALT, require use of a tag to identify it. Learn more about utilizing tags here: [[tuner_key_syntax|Tags]] | Modifiers keys, like SHIFT, NUM, CTRL and ALT, require use of a tag to identify it. Learn more about utilizing tags here: [[tuner_key_syntax|Tags]] | ||
- | Keys that are not normally found on a standard 101 keyboard can also be entered using a tag. Eg. F13 = <F13> | + | Keys that are not normally found on a standard 101 keyboard can also be entered using a tag. Eg. F13 is written as <F13> |
Direct HID Code entry can be done by using the <HIDCode //Decimal Number//> | Direct HID Code entry can be done by using the <HIDCode //Decimal Number//> | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | ==== Mouse ==== | ||
+ | |||
+ | Mouse actions include the functions of a standard mouse such as: | ||
+ | * left, middle, right click | ||
+ | * left double click | ||
+ | * left, middle, right button down (which acts as click and hold but you won't have to hold the button down as you select and drag) | ||
+ | //You can assign these functions on keys other than the Mouse Buttons (F0L, F0R, F0M)// | ||
+ | {{https:// | ||
+ | |||
+ | |||
==== System ==== | ==== System ==== | ||
System actions are standard Twiddler system actions that you can map to alternate chords or use them in your own complex chord. | System actions are standard Twiddler system actions that you can map to alternate chords or use them in your own complex chord. | ||
+ | |||
+ | {{https:// | ||
==== Consumer ==== | ==== Consumer ==== | ||
Line 23: | Line 38: | ||
These actions usually perform specific non-keyboard actions on certain host devices. | These actions usually perform specific non-keyboard actions on certain host devices. | ||
+ | {{https:// | ||
==== Delay ==== | ==== Delay ==== | ||
+ | |||
+ | The Delay action inserts a delay in the chord. | ||
+ | There are 2 standard delays 0.5sec and 1.0 sec. The delay range is 10msec to 10sec and can be edited. | ||
+ | |||
+ | {{https:// | ||
==== Haptic ==== | ==== Haptic ==== | ||
+ | For Twiddlers with Haptic feedback modules installed, and running V6 of the config, feedback events can be specified at any time in the chord. | ||
+ | |||
+ | |||
+ | {{https:// | ||
+ | |||
+ | Putting it all together looks like this: | ||
+ | {{https:// | ||
+ | |||
+ | To change the order of the chords, click the Up/Down button then click and drag the action. | ||
+ | The actions are shown like this in the table for easy reference: | ||
+ | {{https:// | ||