sharpkeys icon indicating copy to clipboard operation
sharpkeys copied to clipboard

Filters in the "Add New Key Mapping" dialog

Open d0vgan opened this issue 5 years ago • 5 comments

The "Add New Key Mapping" dialog now contains two filter edit fields that allow to see only items matching the filter

d0vgan avatar Dec 10 '20 18:12 d0vgan

This relates to the Issue #322

d0vgan avatar Dec 10 '20 18:12 d0vgan

It was a long time since I did something in C#, so some parts of the code may be far from perfect. For example, I'm not sure whether it is a good idea to fill the internal lists on the Dialog_KeyItem_Shown event or not.

d0vgan avatar Dec 10 '20 18:12 d0vgan

hi guys, i'm an italian guy wit an italian layout keyboard. your program saved my keyboard from rage but i need to map another key and this key exists only ib italian layout (the u with accent), so can you upgrade the software with miltiple layout and language please? :(( thanks for reading

giacomo483 avatar Feb 05 '22 12:02 giacomo483

i need to map another key and this key exists only in italian layout

You may try my custom build of SharpKeys 3.9.2 that reads the keys information from a file "SharpKeys.keys". Probably you can add your custom key to that file. To do that, you need to know the scan code of that key - I believe http://www.nirsoft.net/utils/keyboard_state_view.html or similar should help with that.

P.S. Looks like it may be not easy to retrieve a scan code of a desired key. Googling for "get scan code of key pressed" gives this in particular: https://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html This does not look straightforward at all, so probably you should search for "scan codes for italian keyboard" ( e.g. this: http://kbdlayout.info/KBDIT/scancodes+names ) or similar.

SharpKeys_3_9_2.zip

d0vgan avatar Feb 14 '22 17:02 d0vgan

Here is the smallest scan code key reader ever. It's from 2004, freeware. No longer available in the Web, but still works. Maybe it helps. It's a exe file for Windows. I use it for years.

At first start a Virus scan, but it should be clean.

No installation needed. Just start it.

Download: TastenTest.zip

TastenTest

useforgh avatar Mar 20 '22 13:03 useforgh