ConstButtonFilter example
This commit is contained in:
parent
56b7370c84
commit
a4837ab627
1 changed files with 39 additions and 0 deletions
39
examples/constfilter.xboxdrv
Normal file
39
examples/constfilter.xboxdrv
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Const Filter
|
||||
# ============
|
||||
#
|
||||
# Simple configuration that uses the joystick buttons 0, 1, 2 and 3 to
|
||||
# signal which configuration is currently active.
|
||||
|
||||
[xboxdrv]
|
||||
ui-clear = true
|
||||
# extra-devices = false
|
||||
# extra-events = false
|
||||
toggle = guide
|
||||
|
||||
[ui-buttonmap]
|
||||
a^const:1 = JS_0
|
||||
|
||||
############## snip ##############
|
||||
[xboxdrv]
|
||||
next=true
|
||||
ui-clear = true
|
||||
|
||||
[ui-buttonmap]
|
||||
a^const:1 = JS_1
|
||||
############## snip ##############
|
||||
[xboxdrv]
|
||||
next=true
|
||||
ui-clear = true
|
||||
|
||||
[ui-buttonmap]
|
||||
a^const:1 = JS_2
|
||||
############## snip ##############
|
||||
[xboxdrv]
|
||||
next=true
|
||||
ui-clear = true
|
||||
|
||||
[ui-buttonmap]
|
||||
a^const:1 = JS_3
|
||||
############## snip ##############
|
||||
|
||||
# EOF #
|
Loading…
Reference in a new issue