Coder Social home page Coder Social logo

Doesn't recognize AltGr about sharpkeys HOT 6 CLOSED

randyrants avatar randyrants commented on May 22, 2024
Doesn't recognize AltGr

from sharpkeys.

Comments (6)

kristofferR avatar kristofferR commented on May 22, 2024

Yeah, I were going to create an issue about this too.

I want to make Shift+4 create a $ (which you type on Norwegian keyboards by AltGr+4) instead of a ยค.

from sharpkeys.

randyrants avatar randyrants commented on May 22, 2024

@Makere - AltGr should be in the list, unless Swedish/Finnish keyboards are sending a different key value than the rest of Europe. Any Alt key has challenges in the TypeKey window because the keystroke gets consumed by Windows, so you have to select it from the list.

@kristofferR - I can save you the time in filing the issue: this cannot be done with SharpKeys.

The Windows technology that is remapping a key remaps the whole key. There's no way to say Shift+4 does this but 4 does that. You can remap the 4 but all modifications of that key will go with it (Shift+, Alt+, Ctrl+, AltGr+, Win+).

from sharpkeys.

kristofferR avatar kristofferR commented on May 22, 2024

Ah, I see. It seems like AltGr+ actually creates new individual keys though, as the key code shown in "Type Key" changes depending on which key is pressed together with it (Just AltGr=E0_2038, AltGr+1=E0_1F02, AltGr+2=E0_1F03 etc).

However, you're right about Shift though, so my plan won't work even if you add support for the AltGr keys. I guess I'll try making my own keyboard layout instead. Thanks for the app anyway! :)

from sharpkeys.

tmthywynn8 avatar tmthywynn8 commented on May 22, 2024

Right Alt is E0_38, while AltGr is E0_2038, both according to SharpKeys. I am using the United States-International keyboard layout to reproduce his key.

For Windows 10:

  1. Open Settings (Windows+I) --> Time & language --> Region & language.
  2. expand the Windows display language"entry, and click on Options.
  3. Click on "Add a keyboard."
  4. Click on "United States-International."
  5. Press CTRL+Shift to switch to the "United States-International" layout.
  6. Open SharpKeys, click Add, and then click "Type Key." Press the AltGr key, and you'll see "(E0_2038)" appear.

Is E0_2038 identical to E0_38, then?

from sharpkeys.

Makere avatar Makere commented on May 22, 2024

It seems that if I just use sharpkeys on the RightAlt, it does AltGr.

from sharpkeys.

tmthywynn8 avatar tmthywynn8 commented on May 22, 2024

from sharpkeys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.