View Single Post
Old 03-26-2014, 03:15 AM   #41
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Keyboard patch: replace copyright symbol with curly apostrophe

This patch replaces the copyright symbol (©) with a curly apostrophe (’) on the keyboard.

I find this useful when searching for books by author, because names such as O'Brian (with a straight apostrophe) do not match O’Brian (with a curly apostrophe), so without a curly apostrophe key there is no reliable way to search for such names.

Spoiler:
Code:
<Patch>
patch_name = `Keyboard replace copyright with curly apostrophe`
patch_enable = `yes`
replace_bytes = 11A6B0C, C2 A9 00 00, E2 80 99 00
</Patch>


If anyone wants other keys replaced I should be able to work out a suitable patch.
GeoffR is offline   Reply With Quote