Channel switching to multi-digit channel numbers

Looking at the mapping there are several keys mapped to info (star, close, record), unfortunately the info key on that remote is hard wired to a mouse click if I remember correctly. The reason for multiple info keys was for the individual to map the extra keys to his needs and I used info as a placeholder. I think LE eliminated the mouse function but am not sure.

keymap>	
+	<global>
+		<keyboard>>
+			<f14>VolumeDown</f14>
+			<f13>Mute</f13>
+			<numpadtimes>Info</numpadtimes>  <!--star key -->
+			<numpadfive mod="alt">ContextMenu</numpadfive>  <!--hash key -->
+			<return mod="alt">XBMC.ActivateWindow(Home)</return>  <!--Start key -->
+			<f4 mod="alt">Info</f4>  <!--close key -->
+			<r mod="ctrl">Info</r>   <!--record key -->			
+		</keyboard>
+	</global>	
+</keymap>