Revision 70173b77
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
js/kivi.ActionBar.js | ||
---|---|---|
}
|
||
|
||
var normalized = $.map(String.prototype.split.call(keystring, '+'), function(val, i) {
|
||
console.log(keystring)
|
||
switch (val) {
|
||
case 'ctrl':
|
||
case 'alt': return val;
|
Auch abrufbar als: Unified diff
ActionBar.js: Debugcode entfernt