electron/docs-translations/tr-TR/api/accelerator.md
Arif Çakıroğlu f7d4ff90ea added accelerator.md to api folders and translated (#5316)
* added accelerator.md to api folders and translated 🎉

* added file-object.md to api folder and translated

* added all folders to /tr-TR for broken links

* removed untouched documentation file

* broken link fix
2016-04-29 08:28:46 +09:00

49 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hızlandırıcı
> Kısayol Tanımlama.
Hızlandırıcılar `+` karakteriyle birden fazla niteleyici ile kombinlenebilir.
Örnek:
* `CommandOrControl+A`
* `CommandOrControl+Shift+Z`
## Platform bilgileri
Linux ve Windows'ta `Command` tuşu herhangi bir etki göstermez. Bunun yerine
`CommandOrControl` niteleyicisini kullanın. Bu işlem OS X'te `Command`,
Linux ve Windows'ta `Control` tuşunun işlevini sağlar. `Alt` ise tüm platformlarda mevcuttur.
`Super` tuşu Windows ve Linux'te `Windows` tuşuna, OS X'te ise `Cmd` tuşuna eşleştirilmiştir.
## Mevcut düzenleyiciler
* `Command` (ya da kısa tanım için `Cmd`)
* `Control` (ya da kısa tanım için `Ctrl`)
* `CommandOrControl` (ya da kısa tanım için `CmdOrCtrl`)
* `Alt`
* `Option`
* `AltGr`
* `Shift`
* `Super`
## Mevcut tuş kodları
* `0`dan `9`a
* `A`dan `Z`ye
* `F1`dan `F24`e
* Noktalama işaretleri `~`, `!`, `@`, `#`, `$`, vb.
* `Plus`
* `Space`
* `Backspace`
* `Delete`
* `Insert`
* `Return` (ya da `Enter`)
* `Up`, `Down`, `Left` ve `Right`
* `Home` ve `End`
* `PageUp` ve `PageDown`
* `Escape` (ya da kısa tanım için `Esc`)
* `VolumeUp`, `VolumeDown` ve `VolumeMute`
* `MediaNextTrack`, `MediaPreviousTrack`, `MediaStop` ve `MediaPlayPause`
* `PrintScreen`