Use "Space" and "Enter" to move around and trigger actions.
How SwitchAccess is initialized in this example:
      $(document).ready(function(){
        window.switch_access = new SwitchAccess({
          debug: true,
          number_of_switches: 2
        });
      });
      
    No switch elements triggered yet...