X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/e60ccb7426f287532b0cfb89632ff963698530b8..5474833ae9571aaaab77ce1925d91db095d9fb63:/keyboard/altgr/im.eng.inc.pl?ds=sidebyside diff --git a/keyboard/altgr/im.eng.inc.pl b/keyboard/altgr/im.eng.inc.pl index 527a580..5c1a6e1 100644 --- a/keyboard/altgr/im.eng.inc.pl +++ b/keyboard/altgr/im.eng.inc.pl @@ -45,47 +45,78 @@ my %more = ( 'O' => ['g4', "😲\nsurprised :-O"], 'P' => ['g4', "😜\ntongue out :-P"], 'S' => ['g4', "😖\nconfused :-S"], - 'Z' => ['g4', "😩\nsleepy |-)"], + 'Z' => ['g5', "😩\nsleepy |-)"], '(' => ['g4', "☹\nsad :-("], ')' => ['g4', "☺\nhappy :-)"], '[' => ['g4', "🦇\nbat :-["], '<' => ['g4', "🥳\nparty <:o)"], - '|' => ['g4', "😞\ndisappointed :-|"], + '\\'=> ['g5', "😞\ndisappointed :-|"], "'" => ['g4', "😭\ncrying :'("], ';' => ['g4', "😉\nwinking ;-)"], '@' => ['g4', "😠\nangry :-@"], '#' => ['g4', "🤐\ndon't tell :-#"], '$' => ['g4', "😳\nembarrased :-\$"], '+' => ['g4', "🤢\nsick +o("], + #'^' => ['g4', "🤨\nsarcastic ^o)"], + #'*' => ['g5', "😔\nthinking *-)"], - 'j' => ['g6', "☂\numbrella lookalike (um)"], - '0' => ['g6', "⚽\nsoccer ball (so)"], - '>' => ['g6', "🍕\npizza slice (pi)"], - 'I' => ['g6', "🏝\nisland with palm tree (ip)"], - 'C' => ['g6', "💻 \ndesktop computer (co)"], + 'j' => ['g5', "☂\numbrella lookalike (um)"], + '0' => ['g5', "⚽\nsoccer ball (so)"], + '>' => ['g5', "🍕\npizza slice (pi)"], + 'I' => ['g5', "🏝\nisland with palm tree (ip)"], + 'C' => ['g5', "💻 \ndesktop computer (co)"], + '3' => ['g5', "🐱\n:3 cat face (@)"], + 'T' => ['g5', "⛈️\nsTormy cloud (st)"], + #'B' => ['g5', "🐑\nsheep (bah)"], + #'@' => ['g5', "🐌\nsnail (sn)"], + #'M' => ['g5', "💰\nmoney (mo)"], + '9' => ['g5', "🍜\nbowl (||)"], # gmail character - 'M' => ['g7', "🤘\n\\m/"], - 'v' => ['g7', "💩\npoo ~@~"], - ']' => ['g7', "🤖\nrobot [:|]"], - '{' => ['g7', "🥸\nmustache :{"], + 'M' => ['g6', "🤘\n\\m/"], + 'v' => ['g6', "💩\npoo ~@~"], + ']' => ['g6', "🤖\nrobot [:|]"], + '{' => ['g6', "🥸\nmustache :{"], + 'X' => ['g6', "😘\nkiss :-x"], + ':' => ['g6', "🐷\npig :(:)"], + 'V' => ['g6', "🦀\ncrab V.v.V"], + '|' => ['g5', "😐\nstraight :-|"], + '%' => ['g6', "☯\nyin-yang (%)"], + + # popular + '"' => ['g7', "😂\ntears of joy '^^'"], + '/' => ['g7', "🤣\nrofl"], + '5' => ['g7', "🙏\nhigh 5 or folded hands"], + ',' => ['g7', "🎉\nparty popper"], + 'L' => ['g7', "😍\nLove eyes"], + 'F' => ['g7', "🔥\nFire"], + '`' => ['g7', "✨\nsparkles"], + '=' => ['g7', "👏\nclap"], + '2' => ['g7', "✌️\n2 fingers"], + 'E' => ['g7', "🙈\nsee no Evil monkey"], + 'B' => ['g7', "🍻\nBeer mugs"], + '!' => ['g7', "🍆\neggplant!"], ); my %rows = (%literal, %more); +{ - version => '1.0', + version => '1.1', title => 'MessengerMoji', category => 'specialized', - intro => 'MSN', + intro => join($/, + 'Single key access to emoji shorthands', + 'from the legacy MSN app.', + ), tableclass => 'keys big', rows => [1, 0], def => {'' => \%rows}, flag => { - g2 => ['literal', "exact (X) letter shorthands"], + g2 => ['literal', "exact (X) letter equivalent"], g4 => ['part', "significant character in the original code"], - g6 => ['other', "included by a different mnemonic"], - g7 => ['new'], + g5 => ['moved', "included by a different mnemonic"], + g6 => ['foreign', "copied from a contemporary Gmail smiley"], + g7 => ['unicode', "popular modern character introduced later"], }, }