Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. keys
    Log in to post
    • All categories
    • jollygreen

      Save states and hot keys for mupen64plus glide64mk2
      Recalbox General • hot keys mupen64plus glide64mk2 • • jollygreen

      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • mentalo

      Where to put public keys?
      Recalbox General • where put public keys • • mentalo

      9
      0
      Votes
      9
      Posts
      1159
      Views

      mentalo

      @poppadum Yes it's working, my bash script is on:
      /home/mentalo/Documents/Scripts/recalbox/backup_saves.sh

      #!/bin/bash ssh_key_abs_path="/home/mentalo/.ssh/" ssh_key_file_name="id_ed25519" # be sure to generate private / public keys before to run the script ssh_connection_user="root" ssh_host_name="recalbox" # be sure to add in /etc/hosts the hostname "recalbox" with the IP (generally 192.168.X.XX) src_recalbox_saves_dir="/recalbox/share/saves/" dst_recalbox_saves_dir="/path/to/local/backups/directory/" rsync -rltvh --modify-window=1 -e "ssh -i ${ssh_key_abs_path}${ssh_key_file_name}" ${ssh_connection_user}@${ssh_host_name}:${src_recalbox_saves_dir} ${dst_recalbox_saves_dir}

      Small but super-efficient 🙂
      Now I'm going to add a file to put variables, check directories before to run rsync, add the script in crontab, etc.

      Maybe it could be added in the Recalbox documentation?

    • alvinicoogh

      IPAC2 Retroarch keys config doesn't save
      GamePad/GPIO/USB encoder • ipac2 retroarch keys config doesnt • • alvinicoogh

      5
      -1
      Votes
      5
      Posts
      850
      Views

      Zing

      @alvinicoogh Please don't SPAM:
      https://forum.recalbox.com/topic/24761/help-with-retroarch-configuration-overload

      There is no need for you to pollute the forum with multiple posts on the same subject, I will block this topic, but please don't do that again.

    • skod

      Remap keys to joystick
      GamePad/GPIO/USB encoder • remap keys joystick • • skod

      1
      0
      Votes
      1
      Posts
      473
      Views

      No one has replied

    • JOBARE

      Bluemsx - we lost keys mapping testing future pi3b currently in beta testing
      Emulator Arcade/PC/Console • bluemsx lost keys mapping testing • • JOBARE

      1
      0
      Votes
      1
      Posts
      750
      Views

      No one has replied

    • gOnAgO

      NES controller. How i can configure save\load keys combinations?
      GamePad/GPIO/USB encoder • nes controller configure saveload keys • • gOnAgO

      4
      0
      Votes
      4
      Posts
      2404
      Views

      paradadf

      @gOnAgO those combos are already mapped, although slightly different:

      https://github.com/recalbox/recalbox-os/wiki/Manual-(EN)#duringgame-special

      I don't know how or if you can change it.

    • mikejkelley

      Universal keys
      Recalbox General • universal keys • • mikejkelley

      1
      0
      Votes
      1
      Posts
      903
      Views

      No one has replied