diff --git a/files.c b/files.c index e452966bf7c9948a77b596f8dd2a8f90c3ffe451..f74a15d8ade3c0ec256b1da7bf23ccdb02c64ce0 100644 --- a/files.c +++ b/files.c @@ -1294,6 +1294,8 @@ char *do_browser(char *inpath) break; case KEY_ENTER: case NANO_CONTROL_M: + case 's': /* More Pico compatibility */ + case 'S': /* You can't cd up from / */ if (!strcmp(filelist[selected], "/..") && !strcmp(path, "/"))