Searched refs:SHIFT_DETENTS (Results 1 – 1 of 1) sorted by relevance
166 private static final int SHIFT_DETENTS = 10; field in RotaryService1107 int detents = event.isShiftPressed() ? SHIFT_DETENTS : 1; in handleKeyEvent()