module ProconBypassMan module Plugin module Splatoon2 module Macro module JumpToUpKey def self.display_name :jump_to_up_key end def self.steps [:x, :up, :a, :a].freeze end end end end end end