From 57a4a2ae0fc35906723ffc9f788f3cf7dd9c4ba5 Mon Sep 17 00:00:00 2001 From: Adityarup Laha <30696515+adityaruplaha@users.noreply.github.com> Date: Sat, 16 Feb 2019 16:19:29 +0100 Subject: yuzu: Make hotkeys configurable via the GUI * Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it. --- src/yuzu/configuration/configure_hotkeys.ui | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/yuzu/configuration/configure_hotkeys.ui (limited to 'src/yuzu/configuration/configure_hotkeys.ui') diff --git a/src/yuzu/configuration/configure_hotkeys.ui b/src/yuzu/configuration/configure_hotkeys.ui new file mode 100644 index 000000000..0d0b70f38 --- /dev/null +++ b/src/yuzu/configuration/configure_hotkeys.ui @@ -0,0 +1,42 @@ + + + ConfigureHotkeys + + + + 0 + 0 + 363 + 388 + + + + Hotkey Settings + + + + + + + + Double-click on a binding to change it. + + + + + + + QAbstractItemView::NoEditTriggers + + + false + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3