You are not logged in.
Hi all
I’m trying to amend the wiki to include a fix for the misplaced Insert and Print_Sc keys on HP laptop keyboards, and inserting the code results in a weird formatting (underlines that should not be there). This is what I type:
On some HP laptop keyboards, the above does not work. Instead, the keycodes themselves must be redefined:
partial xkb_keycodes "insert" {
alias <I118> = <IN?>;
<INS> = 218;
<I218> = 118;
};
And this is what I get:
What am I doing wrong? I can’t spot any formatting errors according to the manual.
Last edited by zoqaeski (2013-09-25 11:08:36)
Offline
<INS> is an HTML tag recognized by MediaWiki. You'll have to escape the <> chars as
<INS>
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Ah thanks fixed it.
Offline