View Single Post
Posts: 81 | Thanked: 115 times | Joined on Jan 2008
#13
Thanks Matan!

I was already using your modified keyboard from here.

In your modified file I'm assuming the code to switch input methods using Fn + VolumeKeys is from this part:
Code:
key <FK07>	{ [	F8,	F8,	ISO_Level5_Lock, ISO_Level5_Lock	] };
    key <FK08>	{ [	F7, 	F7,	ISO_Level5_Lock, Iso_Level5_Lock	] };
and this part:
Code:
// Fn key (right alt) switches to 3rd level
    include "level3(ralt_switch)"

	modifier_map Mod3 { ISO_Level5_Lock };
If I follow your above instructions for swapping the Fn and Shift, what would I need to add in order to switch input methods using Fn or Shift with the VolumeKeys?

Or is there a way to enable switching the input methods using Ctrl + Space, without modifying the VolumeKeys?

Last edited by iKneaDough; 2009-12-31 at 14:51.