Merge pull request #2999 from r3claimer/dev
ACE: Set guide / bottom to left as RA hotkey
This commit is contained in:
commit
4ddda7fe64
3 changed files with 2 additions and 11 deletions
|
@ -24,3 +24,4 @@ input_r_x_plus_axis = "+3"
|
|||
input_r_x_minus_axis = "-3"
|
||||
input_r_y_plus_axis = "+4"
|
||||
input_r_y_minus_axis = "-4"
|
||||
input_enable_hotkey_btn = "9"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
cat <<EOF >/storage/.config/profile.d/050-modifiers
|
||||
DEVICE_KEY_VOLUMEDOWN=114
|
||||
DEVICE_KEY_VOLUMEUP=115
|
||||
DEVICE_FUNC_KEYA_MODIFIER="BTN_SELECT"
|
||||
DEVICE_FUNC_KEYB_MODIFIER="BTN_MODE"
|
||||
EOF
|
|
@ -1477,7 +1477,7 @@
|
|||
<input name="a" type="button" id="1" value="1" />
|
||||
<input name="b" type="button" id="0" value="1" />
|
||||
<input name="down" type="button" id="13" value="1" />
|
||||
<input name="hotkeyenable" type="button" id="7" value="1" />
|
||||
<input name="hotkeyenable" type="button" id="9" value="1" />
|
||||
<input name="left" type="button" id="14" value="1" />
|
||||
<input name="leftanalogdown" type="axis" id="0" value="-1" />
|
||||
<input name="leftanalogleft" type="axis" id="1" value="-1" />
|
||||
|
|
Loading…
Reference in a new issue