25-11Resources & Command Line OptionsZMODEM StartupResource: xteemx340*zmodemStartup: on/offCommand Line: -zm on+zm offDefault Setting: OffWhen ZMODEM startup is enabled, TeemTalk will check incoming data for a remoteZMODEM startup sequence then automatically start a file transfer using the settingsspecified in the ZModem Settings dialog box. Note that the transfer protocolselected in the Initiate File Transfer dialog box will be ignored. Refer to the FileTransfer chapter for more information.Debug ModeResource: xteemx340*debugModeCommand Line: -debugDefault Setting: Not applicableIn debug mode, TeemTalk will print characters received from the host on stderr aswell as actioning them, and you can display information on particular keys or keycombinations when you press them.The format of the information displayed when a key or key combination is pressed isas follows:Keycode = 13, State = 0, Keysym = 65471where the Keycode is the hardware code assigned to the physical key, Stateindicates whether the key was pressed in conjunction with a modifier key (e.g. capslock, shift), and Keysym is the unique keysym value assigned to the key or keycombination.This is useful for finding keysym values which can be directly used in Translationtables, as shown in the following example where 65471 is the keysym value for F2on the Sun 4 keyboard:*xteemx340*vt220.Translations: #override \n\65471: string ("This is the F2 key")