> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/el/basi-gnoseon/160-which-emacs-commands-are-usable-in-emacs-mode.md).

# Ποιες εντολές του emacs μπορούν να χρησιμοποιηθούν στη λειτουργία emacs;

Η λειτουργία emacs (την οποία μπορείτε να ενεργοποιήσετε μέσω της [σελίδας ρυθμίσεων του λογαριασμού σας](https://www.overleaf.com/users/edit)) προέρχεται από ένα έργο ανοιχτού κώδικα που ονομάζεται codemirror. Εξελίσσεται πολύ γρήγορα, οπότε του λείπουν μερικά πράγματα, και δεν υπάρχουν ακόμη επίσημα έγγραφα γι’ αυτό.

Για να δείτε ποια πλήκτρα υποστηρίζονται, προς το παρόν η μόνη επιλογή είναι να δείτε τη μεταβλητή keyMap στον πηγαίο κώδικα εδώ: <http://codemirror.net/keymap/emacs.js>

### Ctrl-N, Ctrl-T και Ctrl-W

Οι περιηγητές συχνά χρησιμοποιούν συνδυασμούς πλήκτρων που χρησιμοποιεί το Emacs, συμπεριλαμβανομένων των Ctrl-N, Ctrl-T και Ctrl-W, για να ανοίγουν ή να κλείνουν παράθυρα ή καρτέλες. Αυτοί οι περιηγητές παρεμβαίνουν στα συμβάντα πριν σταλούν στο Overleaf, οπότε δυστυχώς δεν μπορούμε να κάνουμε τίποτα για να το αλλάξουμε αυτό.

Ανάλογα με τον περιηγητή και το λειτουργικό σας σύστημα, ίσως μπορέσετε να παρακάμψετε αυτό το πρόβλημα αντιστοιχίζοντας εκ νέου τις συντομεύσεις πληκτρολογίου του περιηγητή σας. Για παράδειγμα, [υπάρχει μια επέκταση για το FireFox](https://addons.mozilla.org/en-GB/firefox/addon/s3menu-wizard/) (και δεν είναι η μόνη) που θα σας επιτρέψει να αντιστοιχίσετε εκ νέου αυτούς τους συνδυασμούς πλήκτρων έτσι ώστε να μην ενεργοποιούν πλέον ενέργειες στον περιηγητή.

Αξίζει επίσης να σημειωθεί ότι τα προβλήματα με τις συντομεύσεις Ctrl δεν επηρεάζουν τους περιηγητές στο Mac OS, οι οποίοι γενικά χρησιμοποιούν το πλήκτρο Command για αυτές τις λειτουργίες.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/el/basi-gnoseon/160-which-emacs-commands-are-usable-in-emacs-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
