# Operating System Apps Tuş Kombinasyonları Nelerdir?

• **Shift**: +&#x20;

• **Control**: ^&#x20;

• **Alt**: %

Örnek : Ctrl+F gibi bir kombinasyon için ^F yazmanız yeterli olacaktır.

| Key             | Code                                        |
| --------------- | ------------------------------------------- |
| BACKSPACE       | {BACKSPACE}, {BS} or {BKSP}                 |
| BREAK           | {BREAK}                                     |
| CAPS LOCK       | {CAPSLOCK}                                  |
| DEL or DELETE   | {DELETE} or {DEL}                           |
| DOWN ARROW      | {DOWN}                                      |
| END             | {END}                                       |
| ENTER           | {ENTER} or \~                               |
| ESC             | {ESC}                                       |
| HELP            | {HELP}                                      |
| HOME            | {HOME}                                      |
| INS or INSERT   | {INSERT} or {INS}                           |
| LEFT ARROW      | {LEFT}                                      |
| NUM LOCK        | {NUMLOCK}                                   |
| PAGE DOWN       | {PGDN}                                      |
| PAGE UP         | {PGUP}                                      |
| PRINT SCREEN    | <p>{PRTSC} (reserved for future<br>use)</p> |
| RIGHT ARROW     | {RIGHT}                                     |
| SCROLL LOCK     | {SCROLLLOCK}                                |
| TAB             | {TAB}                                       |
| UP ARROW        | {UP}                                        |
| F1              | {F1}                                        |
| F2              | {F2}                                        |
| F3              | {F3}                                        |
| F4              | {F4}                                        |
| F5              | {F5}                                        |
| F6              | {F6}                                        |
| F7              | {F7}                                        |
| F8              | {F8}                                        |
| F9              | {F9}                                        |
| F10             | {F10}                                       |
| F11             | {F11}                                       |
| F12             | {F12}                                       |
| F13             | {F13}                                       |
| F14             | {F14}                                       |
| F15             | {F15}                                       |
| F16             | {F16}                                       |
| Keypad add      | {ADD}                                       |
| Keypad subtract | {SUBTRACT}                                  |
| Keypad multiply | {MULTIPLY}                                  |
| Keypad divide   | {DIVIDE}                                    |


---

# Agent Instructions: 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:

```
GET https://docs.genrpa.com/sikca-sorulan-sorular-sss/operating-system-apps-tus-kombinasyonlari-nelerdir.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
