Ver código fonte

Undocumented keys: F2, F5

master
Arun Prakash Jana 8 anos atrás
pai
commit
2e33c577b1
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      config.h

+ 2
- 0
config.h Ver arquivo

@@ -138,10 +138,12 @@ static struct key bindings[] = {
{ 't', SEL_MTIME, "", "" },
/* Redraw window */
{ CONTROL('L'), SEL_REDRAW, "", "" },
{ KEY_F(5), SEL_REDRAW, "", "" },
/* Copy currently selected file path */
{ CONTROL('K'), SEL_COPY, "", "" },
/* Show rename prompt */
{ CONTROL('R'), SEL_RENAME, "", "" },
{ KEY_F(2), SEL_RENAME, "", "" },
/* Show help */
{ '?', SEL_HELP, "", "" },
/* Run command */


Carregando…
Cancelar
Salvar