Skip to content

Commit

Permalink
change backspace to wqa
Browse files Browse the repository at this point in the history
  • Loading branch information
Master-Bw3 committed Jul 11, 2023
1 parent 808f419 commit cf741e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gen/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -11887,7 +11887,7 @@ var $author$project$Logic$App$Patterns$PatternRegistry$metapatternRegistry = A2(
[
{a: $author$project$Logic$App$Patterns$PatternRegistry$noAction, dY: 'Clear', em: 'clearPatterns', w: 1, bE: _List_Nil, _: $elm$core$Maybe$Nothing, fn: 'qqqq'},
{a: $author$project$Logic$App$Patterns$PatternRegistry$noAction, dY: 'Reset', em: 'resetApp', w: 2, bE: _List_Nil, _: $elm$core$Maybe$Nothing, fn: 'qqqqqa'},
{a: $author$project$Logic$App$Patterns$PatternRegistry$noAction, dY: 'Backspace', em: 'backspace', w: 3, bE: _List_Nil, _: $elm$core$Maybe$Nothing, fn: 'qa'},
{a: $author$project$Logic$App$Patterns$PatternRegistry$noAction, dY: 'Backspace', em: 'backspace', w: 3, bE: _List_Nil, _: $elm$core$Maybe$Nothing, fn: 'wqa'},
{a: $author$project$Logic$App$Patterns$PatternRegistry$noAction, dY: 'Wrap', em: 'wrap', w: 4, bE: _List_Nil, _: $elm$core$Maybe$Nothing, fn: 'qwqqqwq'}
]));
var $author$project$Logic$App$Patterns$OperatorUtils$getPositiveInteger = function (iota) {
Expand Down
2 changes: 1 addition & 1 deletion src/Logic/App/Patterns/PatternRegistry.elm
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ metapatternRegistry : List Pattern
metapatternRegistry =
[ { signature = "qqqq", internalName = "clearPatterns", action = noAction, metaAction = ClearPatterns, displayName = "Clear", outputOptions = [], selectedOutput = Nothing }
, { signature = "qqqqqa", internalName = "resetApp", action = noAction, metaAction = Reset, displayName = "Reset", outputOptions = [], selectedOutput = Nothing }
, { signature = "qa", internalName = "backspace", action = noAction, metaAction = Backspace, displayName = "Backspace", outputOptions = [], selectedOutput = Nothing }
, { signature = "wqa", internalName = "backspace", action = noAction, metaAction = Backspace, displayName = "Backspace", outputOptions = [], selectedOutput = Nothing }
, { signature = "qwqqqwq", internalName = "wrap", action = noAction, metaAction = Wrap, displayName = "Wrap", outputOptions = [], selectedOutput = Nothing }
]
|> List.map
Expand Down

0 comments on commit cf741e9

Please sign in to comment.