404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.145.15.187: ~ $
// Japanese keyboards need the Eisu and Kana Shift
// and Lock keys, which are typically bound to the
// second shift level of some other modifier key.
// These interpretations disable the default
// interpretation (which would have these keys set
// to the same modifier as the level one symbol).

default partial xkb_compatibility "japan" {

    interpret.repeat= False;

    interpret Eisu_Shift+Lock {
	action= NoAction();
    };

    interpret Eisu_toggle+Lock {
	action= NoAction();
    };

    interpret Kana_Shift+Lock {
	action= NoAction();
    };

    interpret Kana_Lock+Lock {
	action= NoAction();
    };
};

// Some Japanese keyboards have an explict
// Kana Lock key and matching LED.
partial xkb_compatibility "kana_lock" {

    virtual_modifiers  Kana_Lock;

    interpret Kana_Lock+AnyOfOrNone(all) {
	virtualModifier= Kana_Lock;
	useModMapMods=level1;
	action= LockGroup(group=+1);
    };

    indicator "Kana" {
        !allowExplicit;
	groups= All-Group1;
    };
};

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