Add µ alias for `repeat`
This commit is contained in:
parent
80d3bd3cc7
commit
87d267337d
|
|
@ -419,6 +419,7 @@ function get_exposed(random) {
|
|||
return alias_for(Expose, {
|
||||
'm': 'multiple',
|
||||
'M': 'multiple-with-space',
|
||||
'µ': 'repeat',
|
||||
|
||||
'r': 'rand',
|
||||
'rn': 'nrand',
|
||||
|
|
@ -431,8 +432,6 @@ function get_exposed(random) {
|
|||
'pd': 'pick-d',
|
||||
'lp': 'last-pick',
|
||||
|
||||
'rep': 'repeat',
|
||||
|
||||
'i': 'index',
|
||||
'x': 'col',
|
||||
'y': 'row',
|
||||
|
|
@ -466,6 +465,7 @@ function get_exposed(random) {
|
|||
'point': 'plot',
|
||||
'Point': 'Plot',
|
||||
'paint': 'canvas',
|
||||
'rep': 'repeat',
|
||||
|
||||
// error prone
|
||||
'stripes': 'stripe',
|
||||
|
|
|
|||
Loading…
Reference in New Issue