Parcourir la source

Map BS (8) and DEL (127) key codes to SEL_BACK as well

master
Dmitry Yakimenko il y a 6 ans
Parent
révision
66ddbfc5d5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      nnn.h

+ 2
- 0
nnn.h Voir le fichier

@@ -102,6 +102,8 @@ static struct assoc assocs[] = {
static struct key bindings[] = {
/* Back */
{ KEY_BACKSPACE, SEL_BACK, "", "" },
{ 8 /* BS */, SEL_BACK, "", "" },
{ 127 /* DEL */, SEL_BACK, "", "" },
{ KEY_LEFT, SEL_BACK, "", "" },
{ 'h', SEL_BACK, "", "" },
{ CONTROL('H'), SEL_BACK, "", "" },


Chargement…
Annuler
Enregistrer