/etc/cwiid/wminput/nunchuk_stick2btn is in wminput 0.6.00+svn201-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Fps config for wminput by kyrlian
# needs plugins ir_fps and nunchuk_kb
# available from http://kyrlian.free.fr/binaries/cwiid/latest/
# wminput source and info at http://abstrakraft.org/cwiid/
include buttons
Nunchuk.C = KEY_C
Nunchuk.Z = KEY_SPACE
#plugin for nunchuk stick
Plugin.nunchuk_stick2btn.Up = KEY_UP
Plugin.nunchuk_stick2btn.Down = KEY_DOWN
Plugin.nunchuk_stick2btn.Left = KEY_LEFT
Plugin.nunchuk_stick2btn.Right = KEY_RIGHT
|