Quantcast
Channel: SharpKeys
Viewing all 177 articles
Browse latest View live

New Post: teWindows 10 Issues

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?

Created Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?

New Post: Windows context menu key is "Special: Application (E0_5D)"

$
0
0
Perhaps a list could be built as a sticky.

Commented Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?
Comments: ** Comment from web user: trevorkelly **

Yes I am tryig to map a letter to aother key.........that key ishijklm opq....fill i the blak . Itseems to be W10

Commented Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?
Comments: ** Comment from web user: Tarantulo **

Yeah. I have a broken key on my ergonomic keyboard. Had it remaped to Caps Lock.

Now remaping does not work.

Commented Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?
Comments: ** Comment from web user: Tarantulo **

To be more specific was using W7 and upgraded to W10. After this key remapping stopped working.

Commented Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?
Comments: ** Comment from web user: Tarantulo **

Actually it works. Stupid of me. Just me messed up my keys...

New Post: Caps Lock, Back Space and Enter have new unkown code

$
0
0
I seem to have fixed this.

Problem: 3 byte scan codes cannot be remapped easily, let alone with sharpkeys. In this case, I am trying to remap the caps lock key on a japanese keyboard, which is dual function for caps and IME. The default behavior of the key impacts the IME, and you use caps by pressing SHIFT this key. I want to swap CAPS and CTRL

Here is the logic I used, and it seems to have worked. Here is a three byte scan code given to me by sharpkeys
E0_3F3A

If I hold shift while pressing, I get the familiar caps lock code;
00_3A

Notice that the last byte of the 3 byte is 3A, the same as caps?

I first remapped the first two bytes to no key: E0_3F to 0000. I did this in regedit but, luckily, its a key in sharpkeys as well if you look for it.
then remap caps to left control as usual: 00_3A to 00_1D
then left conrol to caps: 00_1D to 00_3A

And it works! The only quirk seems to be that, to use the caps key (my old ctrl key) requires me to hold shift while hitting they key. This is fine by me.!
If you want to do it manually here is the raw registry info

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,3f,e0,1d,00,3a,00,\
3a,00,1d,00,00,00,00,00

New Post: Please help me, need to disable this "key" E0_4049

Commented Unassigned: W10 problems with registry writing [12167]

$
0
0
Another user posted about this, so I'm going to add my input for the dev. Something about w10 changed the registry, and I dont know enough about coding to know how to fix it, but I can reproduce the problem.

I can successfully run the app.
I can select which keys I want to remap
I can log out and back in and I notice that something has been changed because NEITHER of the macros I am trying to map are working.

For reference, I am trying to bind the fn+arrow keys (which correspond to change in volume. Lenovo's dumb idea) to f7 and f8. They both worked before w10, as I was running w8.1 but today since the upgrade they have broken.

Any one else experiencing this?
Comments: ** Comment from web user: Emanuelos **

Hello,

I updated my computer on Windows 10 and now Sharpkeys register don't work anymore.
Why? Please help me, i know (think) that I do everything correctly.

Created Unassigned: W10 problems with registry writing 2 [12181]

$
0
0
Hello,

I updated my computer on Windows 10 and now Sharpkeys register don't work anymore.
Why? Please help me, i know (think) that I do everything correctly.

Reviewed: SharpKeys 3.5 (Aug 17, 2015)

$
0
0
Rated 5 Stars (out of 5) - Very useful as Dell removed the Windows context key.

Reviewed: SharpKeys 3.5 (Aug 17, 2015)

$
0
0
Rated 5 Stars (out of 5) - Very useful as Dell removed the Windows context key. And it also works on Windows 10!

Created Unassigned: Remapping only + from the + = key (00_0D) [12185]

$
0
0
Issue remapping only [Shift] and +, leaving = intact rather than remapping both symbols

There doesn't seem to be a difference between only targetting the + symbol when Shift is pressed and leaving the = symbol alone. If you target the + = key you effectively reduce a key with 2 outputs to 1.

The reason behind all this is to remap the + = key to be 'Num+ =' so that a shortcut in Outlook works which requires [Ctrl] and Num+ (00_4E) and on my laptop I don't have a numpad.

New Post: £ sign for Windows 10?

$
0
0
Hi, thanks for the program. I wanted to swap the "`" key for a "£" key but I don't see it listed. There's a yuan and a euro but no GBP.
Can someone point me in the correct direction?

Thanks again.

Created Unassigned: Down key not working [12190]

$
0
0
I used SharpKeys to let me use a wired Mac keyboard on a Windows 7 machine. Everything worked perfectly except for one thing: the Down Arrow doesn't do anything. I tried mapping it using SharpKeys, but when I use Add and the "Type Key" button, hitting the Down Arrow key yields nothing.

Any suggestions for getting the Down Arrow key to work?

Thanks,

pjs

Commented Unassigned: W10 problems with registry writing 2 [12181]

$
0
0
Hello,

I updated my computer on Windows 10 and now Sharpkeys register don't work anymore.
Why? Please help me, i know (think) that I do everything correctly.
Comments: ** Comment from web user: Emanuelos **

Now is working

New Post: Problem with a4tech kbs 26

$
0
0
I´m having some problems with this keyboard, the num lock key works also as a tab......so you have left tab, and a right tab on num lock ... sharp keys doesnt differentiate the "special numlock" right-tab key with the normal tab key so if I asign the numlock to right-tab it will also affect left tab.
Another problem is that it has a navigation wheel-bar that act like the wheel mouse the keys aren´t recongnized by sharpkeys (E0_400B) for going up... and for going down the code doesn´t come up.

New Post: Problem with a4tech kbs 26

$
0
0
Ok I I´ve found the way that this keyboard works... to make numlock works as numlock instead of tab you have to put the keyboard in "office mode" now the numlock and the other lock keys work as normal....
I still can´t work out the problem with the navigation wheel bar...

New Post: Problem with a4tech kbs 26

$
0
0
It still would be nice to have a "right tab" key that you could map.
Viewing all 177 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>