Trigger action for UP button on keyboard

Hi! I have a problem with keyboard, the UP button doesn't work and I want to remap right shift as a UP button. In old UI I can write a key sequence but there isn't UP button in trigger action. Can you help me, how I can add UP button to trigger predefined actions?

For such key remappings I really recommend the app "Karabiner Elements".

But if you really want you can copy & paste this key sequence:

[
  {
    "BTTTriggerType" : 624,
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTPredefinedActionType" : -1,
    "BTTPredefinedActionName" : "No Action",
    "BTTLayoutIndependentActionChar" : "UP",
    "BTTAutoAdaptActionToKeyboardLayout" : true,
    "BTTShortcutToSend" : "126",
    "BTTEnabled2" : 1,
    "BTTKeyboardShortcutKeyboardType" : 0,
    "BTTUUID" : "C0E58084-06D2-4D0B-AC5D-EA650B2C9BB4",
    "BTTNotesInsteadOfDescription" : 0,
    "BTTEnabled" : 1,
    "BTTModifierMode" : 0,
    "BTTShortcutKeyCode" : -1,
    "BTTShortcutModifierKeys" : -1,
    "BTTOrder" : 6,
    "BTTDisplayOrder" : 0,
    "BTTAutoAdaptToKeyboardLayout" : 0,
    "BTTKeySequence" : {
      "BTTPauseBetween" : 0.29999999999999999,
      "BTTKeyCount" : 2,
      "BTTKeySequenceDownKeys" : [
        {
          "BTTKEYCode" : 60,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 581372480
        }
      ],
      "BTTKeySequenceMixedKeys" : [
        {
          "BTTKEYCode" : 60,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 581372480
        },
        {
          "BTTKEYCode" : 60,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 581372480
        }
      ],
      "BTTKeySequenceUpKeys" : [
        {
          "BTTKEYCode" : 60,
          "BTTKEYRequired" : 1,
          "BTTKEYTime" : 581372480
        }
      ]
    }
  }
]

Thank you! It works. But I spend about 20 min until I understand where I should paste the code)))
Maybe it help someone else, copy code then you should right click on "sequence window" and in dropdown list select "paste from JSON".