Jump to content
IGNORED

Might be the dumbest question asked here...


Plastik

Recommended Posts

2 minutes ago, LanceLHall said:

Is it possible to add a genuine backspace function with one key press and/or add a backspace button on the upper right of the keyboard?

hehe, funny place to post it. But... technically yes. Practically, not really.

 

To get a true backspace, and not just cursor left, would require changing every piece of software that reads the keyboard... there's no central function that can be updated. Even if we returned a new keycode, nothing would know what to do with it.

 

Could we add a button that just gives us cursor left? I would think so... you'd have to wire it in to trigger both fctn and S, and you'd need to align diodes (or use a double-pole switch) to prevent them from crosstalking.

 

There are two options out there for using PC keyboards instead... my own PS/2 interface, and jedimatt42's USB keyboard interface. Neither gives you a backspace that deletes, of course, but it gives you the key layout.

 

I suppose if one was really into it, you could build a keyboard interface that sends fctn-s, then space, then fctn-s again, and that would essentially do it for most software. A bit hacky, but real. ;)

 

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...