165. .sysconfig.joystick

SCR Agent for reading/writing /etc/sysconfig/joystick using the rc-agent

165.1. Description

Read/Sets the values defined in /etc/sysconfig/joystick in an easy manner.

Access type: read/write

File Name: /usr/share/YaST2/scrconf/cfg_joystick.scr

See: y2a_rcnf/rcagent.txt libscr

165.2. Usage

Example 79. 

  Dir(.joystick)
  (["GAMEPORT_MODULE_0", "JOYSTICK_MODULE_0", ... ]) **
  Read(.joystick.GAMEPORT_MODULE_0)
  ("emu10k1-gp")

  Write(.joystick.GAMEPORT_MODULE_0, "emu10k1-gp")
  (true)