| 270 | | key <CAPS> { |
| 271 | | vmods[Group1] = LevelThree, |
| 272 | | symbols[Group1] = [ ISO_Level3_Shift ], |
| 273 | | actions[Group1] = [ SetMods(modifiers=LevelThree) ] |
| 274 | | }; |
| 275 | | key <BKSL> { |
| 276 | | vmods[Group1] = LevelThree, |
| 277 | | symbols[Group1] = [ ISO_Level3_Shift ], |
| 278 | | actions[Group1] = [ SetMods(modifiers=LevelThree) ] |
| 279 | | }; |
| 280 | | modifier_map Mod5 { <CAPS>, <BKSL> }; |
| | 270 | key <CAPS> { [ ISO_Level3_Shift ] }; |
| | 271 | key <BKSL> { [ ISO_Level3_Shift ] }; |
| | 272 | |
| 296 | | modifier_map Mod2 { <LSGT>, <RALT> }; |
| 297 | | |
| 298 | | // Mapping virtual modifier 'LevelFive' to real modifier 'Mod3': |
| 299 | | key <LVL3> { |
| 300 | | type[Group1] = "ONE_LEVEL", |
| 301 | | vmods[Group1] = LevelFive, |
| 302 | | symbols[Group1] = [ NoSymbol ], |
| 303 | | actions[Group1] = [ SetMods(modifiers=LevelFive) ] |
| 304 | | }; |
| 305 | | modifier_map Mod3 { <LVL3> }; |
| 306 | | |
| | 288 | modifier_map Mod2 { <LSGT> }; |
| | 289 | modifier_map Mod3 { <RALT> }; |