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 @@
85
85
['%', '','੫'],
86
86
['\\^', '','੬'],
87
87
['&', '','੭'],
88
-['*', '','੮'],
88
+['\\*', '','੮'],
89
89
['R', '','੍ਰ'],
90
90
['H', '','੍ਹ'],
91
91
['W', '','ਾਂ']
—
—
@@ -92,7 +92,7 @@
93
93
94
94
jQuery.narayam.addScheme( 'pa-phonetic', {
95
95
'namemsg': 'narayam-pa-phonetic',
96
- 'extended_keyboard': true,
96
+ 'extended_keyboard': false,
97
97
'lookbackLength': 0,
98
98
'keyBufferLength': 0,
99
99
'rules': rules
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103740
Narayam keymapping for Punjabi in Gurmukhi script, based on Fedora keyboard l...
robin
09:47, 20 November 2011
Status & tagging log
09:10, 2 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r104840
[
removed:
new
added:
ok]