summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_hotkeys.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: Unify config handling under frontend_commont8952023-11-211-15/+21
* yuzu: Fix restore shortcuts buttonNarr the Reg2023-10-221-0/+7
* Allow fully customisable controller hotkeysgrimkor2023-05-101-25/+40
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* UI: Translate hotkey labels in configurationKyle K2022-05-191-4/+18
* configure_hotkeys: Make first column stretch and not last columnmerry2022-04-021-3/+4
* hotkeys: Don't translate hotkey buttonsgerman772022-01-281-16/+16
* yuzu: Add controller hotkeysgerman772022-01-071-32/+210
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* configure_hotkeys: Don't translate empty stringsLioncash2020-08-161-2/+2
* Add Restore Defaults and Clear options to hotkeysKewlan2020-04-241-9/+71
* GUI/configure: resize hotkeys column to contentBartosz Kaszubowski2020-01-121-0/+1
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-5/+16
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-2/+2
* configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash2019-05-251-1/+0
* configure_hotkeys: Tidy up key sequence conflict error stringLioncash2019-05-251-2/+2
* configure_hotkeys: Change critical error dialog into a warning dialogLioncash2019-05-251-2/+2
* configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash2019-05-251-13/+15
* configure_hotkeys: Remove unused EmitHotkeysChanged()Lioncash2019-05-251-5/+0
* configure_hotkeys: Pass the dialog as a parent to SequenceDialog()Lioncash2019-04-101-1/+1
* configure_hotkeys: Avoid dialog memory leak within Configure()Lioncash2019-04-101-3/+3
* configure_hotkeys: Mark member variables as const where applicable in Configure()Lioncash2019-04-101-7/+7
* configure_hotkeys: Make comparison check a little more self-documentingLioncash2019-04-101-1/+2
* configure_hotkey: Make IsUsedKey() a const member functionLioncash2019-04-101-1/+1
* yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-0/+121