Qt: Fix Linguist issues and format files

This commit is contained in:
wheremyfoodat 2024-09-16 22:39:05 +03:00
parent 4b21d601e2
commit c0c8545dc2
6 changed files with 84 additions and 77 deletions

View file

@ -1,7 +1,7 @@
#include "input_mappings.hpp"
#include <QKeyEvent>
#include "input_mappings.hpp"
InputMappings InputMappings::defaultKeyboardMappings() {
InputMappings mappings;
mappings.setMapping(Qt::Key_L, HID::Keys::A);