RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. keyboard
    Log in to post
    • All categories
    • W

      lr-mame2003 keyboard keys doesn't move at mame menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-mame2003 retropie 4.3 keyboard
      2
      0 Votes
      2 Posts
      420 Views
      G

      did you compile the latest version from source ?

    • EfriimE

      SSH stuff

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh raspi-config sshd wifi keyboard
      5
      0 Votes
      5 Posts
      1k Views
      EfriimE

      @mitu
      Thanks sudo /usr/sbin/sshd -d to debug helped a lot.
      It was the very first line /etc/ssh/sshd_config that had been uncommented, I noticed it wasn't in yours but it kind of blends in and I kept ignoring it for some reason.

    • T

      Traveling with my pi! No keyboard or internet how to setup ?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard bluetooth android
      34
      0 Votes
      34 Posts
      8k Views
      EfriimE

      Rewrite:
      For people without a usb keyboard. On any android you can use an app like ConnectBot to SSH into your pi using RNDIS USB ethernet.

      Activate SSH on the Raspberry Pi
      navigate to raspi-config >> Interfacing Options >> SSH
      or (untested)
      create an empty file named ssh in the boot directory of the raspberry sdcard

      Install the apps on your android
      ConnectBot (or preferred ssh client)
      LanDroid (optional)
      F-Droid (optional - Free Open Source Software for Android)

      Activate the RNDIS USB ethernet
      use your phone charger to connect the Android device to the raspberry pi USB.
      android settings >> network & internet >> Mobile Hotspot/Tethering >> USB tethering
      or if you're phone provider has this service blocked
      for android 2.3 - 4.4
      Use an app like Notification Bar will sometimes allow you to enable tether using the widget. Or install an unbranded rom like cyanogen-mod.
      for android ?5.0 - 8.0
      android settings >> system >> about phone >> x7 build number (click on the build number 7 times)
      with "developer mode" enabled
      android settings >> developer options >> "select usb configuration" - RNDIS (USB Ethernet)
      (This is a good way to turn your phone into a wifi adapter if your router allows internet connection sharing)

      Aquire the IP address of the Pi using arp
      navigate to "show IP" on the raspberry pi
      or
      using ConnectBot app; add a host; change protocol to "local"; or use local terminal emulator
      type cat /proc/net/arp or ip neighbor into android terminal
      look for the ip-address 192.168.42.*
      or
      open the app LanDroid, and select the ARP & ND Cache
      or on windows
      use commandline arp -a look for a dynamic address that is not listed in ipconfig

      Open a SSH to the Raspberry Pi
      Use ConnectBot to add a ssh host filling out the username "pi"(default) and host "ip.address"(from the arp cache)
      other apps can be used and configured including sftp, I use the apps Total Commander and SFtp plugin for Total Commander
      or on windows
      windows 10 has ssh built in, simply type ssh ip.address
      or use one of these programs
      PuTTY(ssh)
      BitVise SSH client with ftp (easy to advanced)
      KiTTY (PuTTY with more features, easy)
      WinSCP (scp, sftp, ftp, advanced)
      FileZilla (sftp & ftp)
      And many more inlcuding Terminus, Super Putty and the amazing though complex Cygwin

      Android RNDIS creates IP addresses from the range 192.168.42.[1-255] these are generated randomly and will change when you reconnect the tether. When I figure out how to assign a static ip or save the dhcp or create some sort of order I will share. And if anyone know how to do this then please do.

      Alternatively to setting up ethernet, import the wpa passkey (wifi passkey) create a wifikeyfile.txt with the contents

      ssid="NETWORK_NAME" psk="NETWORK_PASSWORD"

      save it to the main folder of the microsd with retropie installed using a microsd reader.
      Reinsert the micro sd with RetroPie installed and power on the Raspberry Pi.
      Navigate Emulationstation using your controller to WiFi and Import wifi credentials from /boot/wifikeyfile.txt

      So it is possible with any android phone with a usb charging cable to tether and access configurations. or if you have a ethernet cable for your computer.

      I'm happy to help. Feel free to practice and take notes. It is difficult to find memories like this from while travelling. @trekdrop

      ~Bon voyage.

    • J

      Rii mini keyboard with consoles like Atari 5200...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support atari 5200 rii i8 keyboard
      3
      0 Votes
      3 Posts
      426 Views
      BobHarrisB

      @jthomas5150 If you press F4 in emulationstation then you can quickly find out how your keyboard is configured (by trial and error). For example on my big keyboard almost none of the symbols on my keyboard coincide with the symbols that appear on my tv screen when I press them.

    • carlhungus74C

      Strange keyboard issue with LR-MAME2003-PLUS

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame2003-plus keyboard
      6
      0 Votes
      6 Posts
      811 Views
      G

      Just a quick bit of advise this should be set in quick menu->options the option names can and do change there is no reason to edit any files

    • chubstaC

      Using a USB keyboard on the computer emulators

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard spectrum c64
      1
      0 Votes
      1 Posts
      233 Views
      No one has replied
    • E

      Keyboard/mouse not responding PIXEL desktop

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pixel keyboard mouse
      1
      0 Votes
      1 Posts
      298 Views
      No one has replied
    • T

      Player 1 stuck on keyboard. No keyboard with me

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support player player 1 keyboard
      1
      0 Votes
      1 Posts
      214 Views
      No one has replied
    • G

      Computer systems with a joypad

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming computer joypad keyboard
      3
      0 Votes
      3 Posts
      600 Views
      P

      @MajorDangerNine lr-vice has a virtual keyboard and you can control the mouse with your controller. Lr-bluemsx works. Msx does have some games that require some keyboard keys. Linapple works but there might be some games that require a keyboard press. Not sure though. After setting up controls you can play a ton of games in dosbox without a controller. Thats the extent of my computer gaming systems.

    • J

      Keyboard/Controller not working Pi Zero W and Retropie 4.4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard retropie
      2
      0 Votes
      2 Posts
      323 Views
      mituM

      @jladd1113 Try updating the 4.4 image with the latest OS packages, that would the only difference between the 2 images. If that doesn't work, then you can manually install RetroPie ontop of Raspbian - https://retropie.org.uk/docs/Manual-Installation/.

    • thezoofT

      Riecast seems to change configuration on load up every time.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support riecast dreamcast keyboard
      1
      0 Votes
      1 Posts
      337 Views
      No one has replied
    • F

      Setting the ESC Key as the Exit Emulation Button

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard exit atari2600 config configuration
      4
      0 Votes
      4 Posts
      2k Views
      F

      Got it. You have to go to the individual emulator retroarch.cfg file. This is what mine looks like now for atari2600 and it works.

      # Settings made here will only override settings in the global retroarch.cfg if placed above the includes. input_remapping_directory = "/opt/retropie/configs/atari2600/" input_enable_hotkey = "escape" input_exit_emulator = "escape" #include "/opt/retropie/configs/all/retroarch.cfg"

      References:
      https://retropie.org.uk/forum/topic/3665/exit-every-emulator-with-escape-key
      https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration

    • D

      Change/Disable F4 hotkey for terminal access

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support terminal hotkey keyboard shutdown script triggerhappy
      17
      0 Votes
      17 Posts
      4k Views
      ClydeC

      @de_jean125 Something like that, yes. :)

      My first guess was that it was for your kid(s), by the way.

      You could even let it get nastier … "Stop or I'll hack into your bank account and send all of your money to homes for retired game programmers!"

    • A

      Keyboard hotkey setting gets overwritten when using keyboard and controller as the same player

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hotkey controller keyboard player 1
      2
      0 Votes
      2 Posts
      632 Views
      G

      @alain said in Keyboard hotkey setting gets overwritten when using keyboard and controller as the same player:

      e the dedicated exit button to leave the game.
      The hotkey button from the controller player one is expected to be pressed and

      there is no need do disable hotkeys at all just use game focus mode

    • H

      Remote for issuing hotkey/metakey commands

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support remote controls keyboard hotkey exit hotkey
      2
      0 Votes
      2 Posts
      495 Views
      mituM

      You can customize your key/button bindings as you like - globally, per-system or per-game. Look into the RetroArch controller configuration docs.

    • S

      Retroarch input settings are ignored, keys are always mapped to keyboard on the back of the remote

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch input controller keyboard remote
      1
      0 Votes
      1 Posts
      617 Views
      No one has replied
    • H

      Can't get US keyboard layout, even after tutorials and video

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keyboard us keyboard
      5
      0 Votes
      5 Posts
      5k Views
      H

      Worked like a charm. Thank you very much!

    • K

      Setting up IPAC 2 for the first time

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ipac 2 keyboard retropie 4.4 ultimarc retropie-setup
      6
      0 Votes
      6 Posts
      2k Views
      B

      @kombat Yes. I flashed to 1.39. You can still use it as a keyboard if desired, but the option to change the buttons to gamepad buttons is now available.

      Emulationstation also sees my mini-ipac as two"Ultimarc Mini-Ipac"s now instead of "keyboard"

    • C

      Mapping multiple keys to single function

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support keybinding keyboard keymapping player index
      1
      0 Votes
      1 Posts
      572 Views
      No one has replied
    • B

      Adafruit's Retrogame GPIO conflict with Keyboard

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpio keyboard conflict adafruit
      2
      0 Votes
      2 Posts
      494 Views
      mituM

      @blacklight19 You can use SSH to connect over the network to the system.