Submit password by pressing Ctrl+m
As it work in emacs style console
This commit is contained in:
parent
666ae950bc
commit
ba31e2eaee
@ -139,6 +139,7 @@ void swaylock_handle_key(struct swaylock_state *state,
|
|||||||
break;
|
break;
|
||||||
case XKB_KEY_m: /* fallthrough */
|
case XKB_KEY_m: /* fallthrough */
|
||||||
case XKB_KEY_d:
|
case XKB_KEY_d:
|
||||||
|
case XKB_KEY_j:
|
||||||
if (state->xkb.control) {
|
if (state->xkb.control) {
|
||||||
submit_password(state);
|
submit_password(state);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user