Search found 935 matches

by robodesign
14 Oct 2017, 13:57
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! My pleasure. Here is a new version: Sources at: AHK file: ; http://marius.sucan.ro/media/files/blog/ahk-scripts/keypress-osd.ahk Language definitions, new version. Must be downloaded! ; http://marius.sucan.ro/media/files/blog/ahk-scripts/keypress-osd-languages.ini ; by Marius Sucan (robodesig...
by robodesign
13 Oct 2017, 11:45
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello, again! New version is here. Drugwash, the feature you requested is here: Shift+Symbols/Numbers yield correct chars on the OSD, but only for English now :). Support for other layouts is scheduled. ; by Marius Sucan (robodesign.ro) ; v2.95 (2017-10-13) ; - fixed counting related issues ; - it n...
by robodesign
12 Oct 2017, 07:57
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! Ezzii, my pleasure; if you have any questions or suggestions, please tell me. IWhat is what you desire the most for it? See the to-do list and tell me. I am doing my best to make it as usable as possible. I use it constantly and I make it such that I like to use it. Next is... More work on Sh...
by robodesign
11 Oct 2017, 13:10
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! To type passwords, you must toggle Show Single Keys. Ctrl+Alt+Shift+F8 - Toggles "Show single key" option. Modifers are displayed when activated, except for Shift. I will have it fixed. I will implement a settings window too. Today's progresses are minimal. Lots to fiddle with.... Here's the ...
by robodesign
10 Oct 2017, 14:52
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! Thank you very much. Today, I actually decided to try to implement a Tray menu with options or a settings window easy to invoke. I have not yet did anything about it yet, I just added it in my to-do list. Today I decided to make more improvements in regards to typing , in general. So, I am st...
by robodesign
09 Oct 2017, 13:31
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! I made it now to catch/handle errors. It should be more efficient at assigning keys. Failures are limited now only to the key that cannot be assigned, no longer all in the same raw fail. It beeps for each key that failed to bind, but that should not worry you if it works :). Languages are now...
by robodesign
08 Oct 2017, 13:01
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Please read the to-do list. I want to have that implemented as well, hence it is in my to-do. In Windows 10, Romanian keyboard is different :) ...and I suspect many other languages changed as well.. I will stick to the Win10 keyboard layout which has those special quotes. There are 3 variations for ...
by robodesign
08 Oct 2017, 11:55
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

remove the quotes from line 811, LangChars_0418 := "„|”|Ă|ă|Â|â|Î|î|Ș|ș|Ț|ț"
. Here it works with them.

I tested it only on Win10. Things are different here. Detection may also be tricky on your system, if it changes language for every app.

I must do some error control :-) .
by robodesign
08 Oct 2017, 09:24
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello, guys! I made a new version. This include support for about 35-40 keyboard layouts, or more, if we include variants. It has automatic detection at start or continously, as you choose, or when you press a button/shortcut. Source at: http://p.ahkscript.org/?p=daa02b61 ; AVAILABLE SHORTCUTS: ; Ct...
by robodesign
06 Oct 2017, 03:09
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

okay, thank you. I will try/check those, but I also thought of adding a settings option, where users can simply add a list of chars specific to their language. After all, one needs to edit the settings section to make it suitable to one's needs. I think this way I could safely enable international s...
by robodesign
05 Oct 2017, 15:22
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Yes, there is no real international support. I just learned that it does not cover a wide range of keys. I could make (even did so) a huge list of letters/chars specific to Romanian, French, Turkish or other languages, to assign hotkeys to all, in CreateHotkey() function, but... The problem is AHK g...
by robodesign
04 Oct 2017, 14:44
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello, ppl! Another new version: ; CHANGELOG: ; by Marius Sucan ; v2.72 (2017-10-04) ; - new option: make beeps on mouse clicks ; - new option: distinct beeper for modifier keys: Shift, Ctrl, Alt, WinKey. ; - new option: beep hidden keys; if you want it to beep even if the keys are not displayed ; -...
by robodesign
03 Oct 2017, 14:18
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

Hello! New version available. Script at: http://p.ahkscript.org/?p=585f9e18 ; CHANGELOG: ; by Marius Sucan (robodesign.ro) ; v2.70 (2017-10-03) - added option to toggle dead keys support / work-around. - added option to hide annoying keys that usually get in the way: Left Click and Print Screen. - r...
by robodesign
30 Sep 2017, 16:17
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

A newer version here: http://p.ahkscript.org/?p=db5cfc58 ; CHANGELOG: ; by Marius Sucan (robodesign.ro) ; v2.69 (2017-09-30) - OSD / GUI hides when mouse is over it. Many thanks to phaleth! ; v2.68 (2017-09-29) - numpad keys now work in typing mode as expected; they appear as symbols or numbers ; TO...
by robodesign
30 Sep 2017, 04:09
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 204748

Re: [Script] KeypressOSD - Display key press on screen

I forgot to paste the code, sorry: Link at: http://p.ahkscript.org/?p=158825d3 ; KeypressOSD.ahk ; AVAILABLE SHORTCUTS: ; Ctrl+Alt+Shift+F8 - toggles "Show single key" option. Useful when you must reliably use dead keys. ; Ctrl+Alt+Shift+F9 - toggles between two OSD offsets: GuiYa and GuiYb ; Ctrl+A...

Go to advanced search