# It's a X Neural Switcher configuration file by XNeur # All values writted XNeur # Config version Version 0.9.1 # Work in manual mode ManualMode Yes # Level of messages program will write to output #LogLevel Error #LogLevel Warning #LogLevel Log #LogLevel Debug LogLevel Debug # Define used languages # See Settings page on http://www.xneur.ru for details AddLanguage English en 0 AddLanguage Russian ru 1 # Define initial keyboard layout for all new applications DefaultXkbGroup 0 # Add Applications names to exclude it from procces with xneur # Xneur will not process the input for this applications # Example: ExcludeApp Terminal ExcludeApp Konsole ExcludeApp xterm ExcludeApp aterm # Use this parameter to force set work mode in current application to Auto. # Example: SetAutoApp Abiword SetAutoApp Gnumeric SetAutoApp Seamonkey-bin SetAutoApp Thunderbird-bin SetAutoApp Licq # Use this parameter to force set work mode in current application to Manual. # Example: #SetManualApp Anjuta # Binds hotkeys for some actions AddBind ChangeWord Break AddBind ChangeString Control Pause AddBind ChangeMode Control Print AddBind ChangeSelected Shift Break AddBind TranslitSelected Alt Scroll_Lock AddBind ChangecaseSelected Control Alt Pause AddBind EnableLayout1 Control F2 AddBind EnableLayout2 Control F3 AddBind EnableLayout3 Control F4 AddBind EnableLayout4 Control F5 # This option enable or disable sound playing # Example: PlaySounds No #PlaySounds Yes # Binds sounds for some actions AddSound PressKeyLayout1 layout1type.wav AddSound PressKeyLayout2 layout2type.wav AddSound PressKeyLayout3 layout1type.wav AddSound PressKeyLayout4 layout2type.wav AddSound EnableLayout1 layout1.wav AddSound EnableLayout2 layout2.wav AddSound EnableLayout3 layout1.wav AddSound EnableLayout4 layout2.wav AddSound AutomaticChangeWord itemback.wav AddSound ManualChangeWord switch.wav AddSound ChangeString switch.wav AddSound ChangeSelected switch.wav AddSound TranslitSelected switch.wav AddSound ChangecaseSelected switch.wav # This option enable or disable mouse processing # Example: GrabMouse Yes #GrabMouse No # This option enable or disable self education of xneur # Example: #EducationMode No EducationMode Yes # This option enable or disable layout remember for each window # Example: #LayoutRememberMode No LayoutRememberMode Yes # Use this parameter to force enable layout remember for each application, not window. # Option "LayoutRememberMode" must be enabled. # Example: #LayoutRememberModeForApp Gaim # This option enable or disable saving selection text # Example: #SaveSelectionMode No SaveSelectionMode Yes # This option define delay before sendind events to application (in milliseconds until 0 to 50). SendDelay 1 # Binds pixmaps for some layouts (pixmap only in xpm format) # Example: #AddFlagPixmap English.xpm AddFlagPixmap Layout1Flag English.xpm AddFlagPixmap Layout2Flag Russian.xpm #AddFlagPixmap Layout3Flag #AddFlagPixmap Layout4Flag # Add Applications names to draw flag in window # Example: #DrawFlagApp Gedit DrawFlagApp Gedit DrawFlagApp Pidgin # That's all