r104840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104839‎ | r104840 | r104841 >
Date:06:18, 1 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Escape the * key, change extended_keyboard as false since this is not an extended keyboard.
Follow up r103740
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.rules.pa-phonetic.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.rules.pa-phonetic.js
@@ -84,7 +84,7 @@
8585 ['%', '','੫'],
8686 ['\\^', '','੬'],
8787 ['&', '','੭'],
88 -['*', '','੮'],
 88+['\\*', '','੮'],
8989 ['R', '','੍ਰ'],
9090 ['H', '','੍ਹ'],
9191 ['W', '','ਾਂ']
@@ -92,7 +92,7 @@
9393
9494 jQuery.narayam.addScheme( 'pa-phonetic', {
9595 'namemsg': 'narayam-pa-phonetic',
96 - 'extended_keyboard': true,
 96+ 'extended_keyboard': false,
9797 'lookbackLength': 0,
9898 'keyBufferLength': 0,
9999 'rules': rules

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103740Narayam keymapping for Punjabi in Gurmukhi script, based on Fedora keyboard l...robin09:47, 20 November 2011

Status & tagging log