Searched refs:kEnterKeyShape (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeyboardLayout.h21 kEnterKeyShape enumerator in enum:key_shape
31 // this is the width of the second row of a kEnterKeyShape key
H A DKeyboardLayout.cpp622 key.shape = kEnterKeyShape;
640 // don't accept second row with anything but kEnterKeyShape
641 if ((key.shape != kEnterKeyShape && key.second_row != 0)
642 || (key.shape == kEnterKeyShape && key.second_row == 0)) {
H A DKeyboardLayoutView.cpp749 } else if (key->shape == kEnterKeyShape) {

Completed in 40 milliseconds