// IBM_PROLOG_BEGIN_TAG // This is an automatically generated prolog. // // gos720 src/gos/2d/XTOP_R7/data/xkeyboard-config/types/iso9995 1.1 // // Licensed Materials - Property of IBM // // COPYRIGHT International Business Machines Corp. 2007 // All Rights Reserved // // US Government Users Restricted Rights - Use, duplication or // disclosure restricted by GSA ADP Schedule Contract with IBM Corp. // // IBM_PROLOG_END_TAG // $Xorg: iso9995,v 1.3 2000/08/17 19:54:48 cpqbld Exp $ partial default xkb_types "default" { // Definition for a key type which // can be used to implement ISO9995 // style level three shift virtual_modifiers LevelThree; type "THREE_LEVEL" { modifiers = Shift+LevelThree; map[None] = Level1; map[Shift] = Level2; map[LevelThree] = Level3; map[Shift+LevelThree] = Level3; level_name[Level1] = "Base"; level_name[Level2] = "Shift"; level_name[Level3] = "Level3"; }; };