You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,10 +77,15 @@ Currently these are the following behaviors:
78
77
79
78
### Source Locality Behaviors
80
79
81
-
These behaviors only affect the keyboard part that they are invoked from, given that they were invoked from a plain behavior binding (i.e. not nested inside another behavior) on a keymap layer. These behaviors include:
80
+
These behaviors only affect the keyboard part that they are invoked from:
82
81
83
82
-[Reset behaviors](../behaviors/reset.md)
84
83
84
+
:::warning[Nesting behaviors with locality]
85
+
Currently there is [an issue](https://github.com/zmkfirmware/zmk/issues/1494) preventing both global and source locality behaviors from working as expected if they are invoked from another behavior, such as a hold-tap, tap dance or a mod-morph.
86
+
For this reason it is recommended that these behaviors are placed directly on a keymap layer.
87
+
:::
88
+
85
89
:::note[Peripheral invocation]
86
90
The peripheral side of the keyboard has to be paired and connected to the central side in order to be able to activate these behaviors, even if it is possible to trigger the behavior using only keys on that side.
87
91
This is because the key bindings are processed on the central side which would then instruct the peripheral side to run the behavior's effect.
0 commit comments