Home | History | Annotate | Download | only in wm

Lines Matching refs:DISABLED

56 // StickyKeys is disabled by default.
80 // The DISABLED state is default state and any incomming non modifier keyboard
83 // will be back to DISABLED state with sending modifier keyup event. In the case
85 // state will be back to DISABLED state by next monitoring modifier key.
89 // | DISABLED | ENABLED | LOCKED |
92 // Modifier KeyUp | To ENABLED(*) | To LOCKED(*) | To DISABLED |
93 // Normal KeyDown | noop | To DISABLED(#) | noop(#) |
112 // The sticky key is disabled. Incomming non modifier key events are not
114 DISABLED,
117 // DISABLED.
149 // Handles key event in DISABLED state.