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

      lr-atari800 virtual keyboard - can't trigger key press

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support atari800 virtualkeyboard joystick
      2
      0 Votes
      2 Posts
      402 Views
      M

      Found an issue with source code. Pull request are pending.
      https://github.com/libretro/libretro-atari800/pull/38

    • cyperghostC

      Amstrad CPC - lr-caprice32 - Virtual Keyboard

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support virtualkeyboard amstrad
      3
      2 Votes
      3 Posts
      943 Views
      cyperghostC

      @cyperghost Keyboard is now fixed official. You can set hotkey to {SELECT|B|Y|DISABLED} now

      https://github.com/libretro/libretro-cap32/issues/61

      Button Shortcuts for keycompo

      { RETRO_DEVICE_ID_JOYPAD_B, // if you change this position, update JOY_EVENT_ID_B { EVENT_WRITE, "CAT\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_Y, // if you change this position, update JOY_EVENT_ID_Y { EVENT_WRITE, "|CPM\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_A, { EVENT_WRITE, "RUN\"DISK\nRUN\"DISC\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_X, { EVENT_WRITE, "|TAPE\nRUN\"\n^" } }, { RETRO_DEVICE_ID_JOYPAD_START, { EVENT_VKEYB, "VKEYB\n", NULL } }, { RETRO_DEVICE_ID_JOYPAD_UP, { EVENT_WRITE, "1\nY\n", "PRESSED => 1/Y" } }, { RETRO_DEVICE_ID_JOYPAD_DOWN, { EVENT_WRITE, "2\nN\n", "PRESSED => 2/N" } }, { RETRO_DEVICE_ID_JOYPAD_LEFT, { EVENT_WRITE, "4\nS\n", "PRESSED => 4/S" } }, { RETRO_DEVICE_ID_JOYPAD_RIGHT, { EVENT_WRITE, "3\nJ\n", "PRESSED => 3/J" } },
    • cyperghostC

      [Solved] Amstrad CPC - Virtual Keyboard? lr-caprice32

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support virtualkeyboard
      7
      0 Votes
      7 Posts
      6k Views
      mituM

      @crumbs Please don't bump old topics - open a new topic and ask your question. If you wish, reference the old topic for additional info.

    • D

      C64 VICE onscreen keyboard unresponsive

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support commodore 64 lr-vice bug report virtualkeyboard
      5
      0 Votes
      5 Posts
      2k Views
      D

      Yeah, lr-vice virtual keyboard is flawed, it seems an hit or miss, game sensitive. On older version there was no way to activate cursor, so better than nothing.
      It is better to use usb keyboard for sure.

    • 3

      "Universal Controller", an Android app for emulating various platform controllers

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development controller virtualgamepad virtualkeyboard android
      8
      2 Votes
      8 Posts
      6k Views
      D

      I know more than 2 years passed, but I wanted my phone to config retropie without using a Keyboard and tested your app. From your code on Github there are 2 problems in the main .py file.
      1 - You're importing 2 times subprocess, which is redundant, no big problem whatsoever here
      2- There's a Syntax error on line 114 that prevented the service to start on my PI3. There aren't () both at start and end from the print command.
      So I changed it, copied the file to /usr/bin/ and it worked like a charm.

    • F

      [solved] Amstrad CPC and Keyboard

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support amstrad cpc virtualkeyboard keyboard libretro-cap32
      2
      0 Votes
      2 Posts
      3k Views
      F

      to answer my own post, the dev of libretro-cap32 answered me on github. It's a simple matter of switching the virtual keyboard to gamepad emulation by using the SELECT key. Then you can use the virtual keyboard with the mouse. YEAH !