mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #74] Show Insert key command (win) correctly (not as a question mark) #63
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmuheim on GitHub (Nov 21, 2016).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/74
I'm using VMware Fusion to emulate Windows on OSX. I make presentations showing how to use screenreaders on Windows, and for this, the Insert key is used a lot.
Sadly, keycastr only displays a "?" instead of "Insert". Is there a way to fix this? Maybe a user setting where one could tell keycastr what to display for custom keys?
@jmuheim commented on GitHub (Aug 22, 2017):
Any news on this?
@jmuheim commented on GitHub (Nov 6, 2017):
Still nothing? I'd be happy to help, but I'm no programmer.
@akitchen commented on GitHub (Nov 10, 2017):
This is a tricky one. I don't have easy access to such a setup. Ultimately we would need to know the key code emitted by the insert key, and hope it doesn't collide with an OSX/macOS specific key code.
Maybe this app could help us figure it out? From there it shouldn't be hard to support this provided there isn't a collision.
@gurix commented on GitHub (Nov 10, 2017):
This App says it is somehow the help key. And it indicates also a question mark there.
@akitchen commented on GitHub (Nov 10, 2017):
Thanks! That makes sense, and reminds me of my old Apple keyboards
It's been a while since Apple had a keyboard with a "Help" key, although I think I might have one in storage at home.
A remaining question would be whether to map this to an image for insert or help, or provide an option for specifying as originally requested above.
@jmuheim commented on GitHub (Jan 14, 2018):
@akitchen Thank you for your reply.
Showing an "Insert" text instead of a "?" is still wanted on my side. What can we do to get closer to this goal? I could simply try to create a fork of KeyCastr and try to replace the question mark, but maybe there's a better way to do this?
@jmuheim commented on GitHub (Feb 10, 2021):
Hello! Is there any news on this? This gains relevance for me again, @akitchen.
@jmuheim commented on GitHub (Dec 22, 2021):
Still, I'd love to be able to show the
Help(orInsertkey on Windows) not as a question mark, but asInsert. Any chance this will be included some day?