OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: fir on December 04, 2004, 10:30:19 am
-
How do you type a single back quote using the Cacko ROM, as in:
echo Date is `date`
I see it there on the key just right of the spacve bar on my C860, but I haven't been able to figure out what metakey to use4 to access it.
Frank.
-
It's Shift-@ or if you press Fn+Shift+"-"
Rather a nasty key combo so I edit ~/Settings/keyhelper.xml as follows...
.....
<define code="2016">
<map key="Greater"/>
<map_modifier Shift="On"/>
</define>
<define code="2008">
<map key="At"/>
<map_modifier Shift="On"/>
</define>
</mappings>
This gives me ` on Fn+0
Once that's done simply use..
khctl reload
And away you go.
Hope that helps,
- Andy
-
Cool, I'm gonna use your mapping in the next ROM