Initial commit. In a broken state, do not use.

This commit is contained in:
Storm Dragon
2019-12-11 14:39:33 -05:00
parent 5dea87f44a
commit 1237ab3fd9
1039 changed files with 187732 additions and 0 deletions

View File

@ -0,0 +1 @@
Press F1 to toggle transmit mode, tab moves between chat and channel/user list, f10 exits. Highlight mode is useful in the channel/user list.

View File

@ -0,0 +1,12 @@
You can use Control+Home and Control+End to quickly go to the top and bottom of the document.
You can use Home and End to quickly go to the beginning and end of the current line.
You can use Alt+W to hear how many words, lines, and characters your document has.
You can use F7 to spell check your document.
You can use Alt+Shift+Less than and Alt+Shift+Greater than to move to other documents which are opened on the text editor.
You can use Control+H to search and replace words, strings, or patterns.
You can use Control+F to search and find something on your document.
You can use Alt+C to let the editor try to complete a word you have started typing. You must have used that same word somewhere else on the same document.
You can hold down the Shift key and then move the cursor to highlight any text and then copy it with Control+C or cut it with Control+X. Then you can paste it in a new location in that document with Control+V.
If you have more than one document opened at the same time, you can use Alt+Spacebar to go to the next document or Control+Spacebar to go to the previous document.
You can use Control+O to open a new document.
In some places on this editor, the word "buffer" is used in place of the word "file", but it refers to the same thing.

View File

@ -0,0 +1,11 @@
Pressing home while in the middle or end of a line goes to the begenning of the line. If you are already at the beginning of the line focus will jump to the top of the document.
Pressing end while in the middle or begenning of a line goes to the end of the line. If you are already at the end of the line focus will jump to the bottom of the document.
You can use Alt+W to hear how many words, lines, and characters your document has.
You can use F7 to spell check your document.
You can use Alt+Shift+Less than and Alt+Shift+Greater than to move to other documents which are opened on the text editor.
You can use Control+H to search and replace words, strings, or patterns.
You can use Control+F to search and find something on your document.
You can use Alt+C to let the editor try to complete a word you have started typing. You must have used that same word somewhere else on the same document.
You can mark the begenning of a block of text with control+B then move the cursor to the end of the text and then copy it with Control+C or cut it with Control+X. Then you can paste it in a new location in that document with Control+V.
You can use Control+O to open a new document.
In some places on this editor, the word "buffer" is used in place of the word "file", but it refers to the same thing.

View File

@ -0,0 +1,12 @@
Você pode usar Control+Home e Control+End para ir rapidamente ao topo e ao fim do documento.
Pode usar Home e End para ir rapidamente ao início e ao fim da linha atual.
Pode usar Alt+W para ouvir quantas palavras, linhas e caracteres o documento possui.
Pode usar F7 para verificar erros de ortografia no documento.
Pode usar Alt+Shift+menor e Alt+Shift+maior para mover-se para outros documentos que estejam abertos no editor de texto.
Pode usar Control+H para localizar e substituir palavras, cadeias ou padrões.
Pode usar Control+F para procurar e achar alguma coisa no documento.
Pode usar Alt+C para que o editor tente completar uma palavra que você começou a digitar. Você já tem que ter usado essa mesma palavra em algum lugar do mesmo documento.
Pode manter pressionada a tecla Shift e então mover o cursor para selecionar algum texto e aí copiá-lo com Control+C ou cortá-lo com Control+X. Aí pode colá-lo num novo local do documento com Control+V.
Caso você tenha mais de um documento aberto ao mesmo tempo, pode usar Alt+Barra de Espaço para ir ao próximo documento ou Control+Barra de Espaço para ir ao documento anterior.
Pode usar Control+O para abrir um novo documento.
Em algumas partes deste editor, a palavra "buffer" é usada no lugar da palavra "arquivo", mas ela se refere à mesma coisa.