Author Topic: Cacko: Single Back Quote On 860  (Read 2210 times)

fir

  • Newbie
  • *
  • Posts: 32
    • View Profile
Cacko: Single Back Quote On 860
« 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.

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Cacko: Single Back Quote On 860
« Reply #1 on: December 04, 2004, 11:22:32 am »
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
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko: Single Back Quote On 860
« Reply #2 on: December 04, 2004, 05:13:34 pm »
Cool, I'm gonna use your mapping in the next ROM