404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.145.15.187: ~ $
default xkb_compatibility "xtest" {

    // Minimal set of symbol interpretations to provide
    // reasonable behavior for testing.
    // The X Test Suite assumes that it can set any modifier
    // by simulating a KeyPress and clear it by simulating a
    // KeyRelease.  Because of the way that XKB implements
    // locking/latching modifiers, this approach fails in
    // some cases (typically the Lock or NumLock modifiers).
    // These symbol interpretations make all modifier keys
    // just set the corresponding modifier so that xtest
    // will see the behavior it expects.

    virtual_modifiers  NumLock,AltGr;

    interpret.repeat= False;
    setMods.clearLocks= True;
    latchMods.clearLocks= True;
    latchMods.latchToLock= False;

    interpret Shift_Lock+AnyOf(Shift+Lock) {
	action= SetMods(modifiers=Shift);
    };

    interpret Num_Lock+Any {
	virtualModifier= NumLock;
	action= SetMods(modifiers=NumLock);
    };

    interpret Mode_switch {
	useModMapMods= level1;
	virtualModifier= AltGr;
	action= SetGroup(group=2);
    };

    interpret Any + Any {
	action= SetMods(modifiers=modMapMods);
    };

    group 2 = AltGr;
    group 3 = AltGr;
    group 4 = AltGr;

    indicator.allowExplicit= False;
    indicator "Caps Lock" {
	modifiers= Lock;
    };
    indicator "Num Lock" {
	modifiers= NumLock;
    };
    indicator "Shift Lock" {
	whichModState= Locked;
	modifiers= Shift;
    };
    indicator.allowExplicit= True;
};

Filemanager

Name Type Size Permission Actions
README File 1.67 KB 0644
accessx File 1.09 KB 0644
basic File 1.03 KB 0644
caps File 507 B 0644
complete File 228 B 0644
iso9995 File 1.61 KB 0644
japan File 986 B 0644
ledcaps File 469 B 0644
lednum File 466 B 0644
ledscroll File 486 B 0644
level5 File 1.36 KB 0644
misc File 2.66 KB 0644
mousekeys File 4.5 KB 0644
olpc File 1.11 KB 0644
pc File 340 B 0644
pc98 File 1.2 KB 0644
xfree86 File 1.8 KB 0644
xtest File 1.42 KB 0644