Merge branch 'master' of github.com:paperjs/paper.js

This commit is contained in:
Jürg Lehni 2011-09-18 10:38:33 +02:00
commit 8db7352342

View file

@ -40,7 +40,9 @@ var Key = this.Key = new function() {
39: 'right',
40: 'down',
46: 'delete',
91: 'command'
91: 'command',
93: 'command', // WebKit right command button
224: 'command' // Gecko command button
},
// Use Base.merge to convert into a Base object, for #toString()