Search found 32 matches

by SashaChernykh
17 Mar 2018, 00:38
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

Done. It is now at https://github.com/tmplinshi/KeypressOSD. And updated to v2.30 ; ChangeLog : v2.23 (2018-03-16) - Settings are now saved to ini file. ; - Added settings GUI and tray menu. ; - Moved this script from Gist to GitHub. @tmplinshi, thanks! Can you make, that users can set Color and Fo...
by SashaChernykh
15 Mar 2018, 03:07
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

v2.21 (2017-02-24) - Fixed LWin/RWin not poping up start menu :arrow: Source @tmplinshi, do you plain to maintain your Keypress OSD version in future (at least fix possible bugs)? For example, unfortunately, in @robodesign version impossible display keys in relative position , and I still use your ...
by SashaChernykh
16 Feb 2018, 11:13
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

v2.21 (2017-02-24) - Fixed LWin/RWin not poping up start menu :arrow: Source @tmplinshi, do you plain to maintain your Keypress OSD version in future (at least fix possible bugs)? For example, unfortunately, in @robodesign version impossible display keys in relative position , and I still use your ...
by SashaChernykh
24 Oct 2017, 12:41
Forum: Ask for Help (v1)
Topic: [Question] Hold modifier keys
Replies: 2
Views: 1204

Re: [Question] Hold modifier keys

No sure that this alone will get it to work since there can be other factors, but there is no reason to put { } around the v key. And it shouldn't be a capital V because it would send a shift so it can send a capital V. Should be simply Send, v . @boiler, I get the same result. See also . Thanks.
by SashaChernykh
24 Oct 2017, 06:27
Forum: Ask for Help (v1)
Topic: [Question] Hold modifier keys
Replies: 2
Views: 1204

[Question] Hold modifier keys

1. Briefly I don't understand, how I can make these actions: hold modifier keys, print some symbols, when modifier keys hold, drop modifier keys. I need it, because I use Clipjump . 2. Expected behavior Simply example: https://i.imgur.com/iQdHpEU.gif Ctrl Down → V → V → Ctrl Up . 3. Actual behavior...
by SashaChernykh
24 Feb 2017, 23:50
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, now KeypressOSD nice work, if I press Ctrl+V, V, but don't displayed, if I press, for example, Ctrl+V, V, V, V, V.

Thanks for KeypressOSD!
by SashaChernykh
23 Feb 2017, 11:29
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, may you add behavior, if user send same hotkey for sticky modifier keys? Now if ShowStickyModKeyCount = true for me, Ctrl+V, V display as Ctrl+V . First input: Send, {LControl Down} Send, {v} Send, {LControl Up} Send, {LControl Down} Send, {v} Send, {LControl Up} Second input: Send, {LCo...
by SashaChernykh
22 Jan 2017, 02:40
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, may you add multiple pressing of modifier keys? For example, Ctrl+Ctrl, Shift+Shift+Shift+Shift+Shift (Sticky keys). Thanks.
by SashaChernykh
19 Jan 2017, 09:24
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, may you add option ShowSingleModifierKey ? For example, if I press Ctrl+Shift+P , KeypressOSD successfully worked for me, but if I press only Ctrl or Ctrl+Shift , KeypressOSD not display only modifier keys. It would be nice, if Ctrl or Ctrl+Shift was displayed for me too. Thanks.
by SashaChernykh
23 Nov 2016, 06:15
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, please review my «pull-request» on Gist. Thanks.
by SashaChernykh
19 Nov 2016, 06:22
Forum: Ask for Help (v1)
Topic: Overwrite global Windows hotkeys to hotkey of application
Replies: 9
Views: 6168

Re: Overwrite global Windows hotkeys to hotkey of application

Unfortunately, I can not find good solution use other programs, not only AutoHotkey :( . See my question in Super User.

Thanks.
by SashaChernykh
16 Nov 2016, 08:34
Forum: Ask for Help (v1)
Topic: Overwrite global Windows hotkeys to hotkey of application
Replies: 9
Views: 6168

Re: Overwrite global Windows hotkeys to hotkey of application

#IfWinActive ahk_class PX_WINDOW_CLASS $#2::ControlSend, ahk_parent, % SubStr(A_ThisHotkey, 2) #IfWinActive EDIT: #IfWinActive sets the last found window @qwerty12, thank you, it's worked! But I have problem: if I press LWin+2 second time, Windows start menu are shown for me. http://i.imgur.com/X2p...
by SashaChernykh
16 Nov 2016, 07:25
Forum: Ask for Help (v1)
Topic: Overwrite global Windows hotkeys to hotkey of application
Replies: 9
Views: 6168

Re: Overwrite global Windows hotkeys to hotkey of application

@GEV, instead of Notepad I get in Window Spy and insert class for Sublime Text — PX_WINDOW_CLASS . http://i.imgur.com/3O2aV5q.png My code: #2:: IfWinNotActive ahk_class PX_WINDOW_CLASS Send, #2 ; else; ; Send, ^c return But this code not working for me. Nothing occurs if I press LWin+F2 like #2::ret...
by SashaChernykh
16 Nov 2016, 06:16
Forum: Ask for Help (v1)
Topic: Overwrite global Windows hotkeys to hotkey of application
Replies: 9
Views: 6168

Overwrite global Windows hotkeys to hotkey of application

Briefly How I can disable global Windows hotkey in application and instead it hotkey for command of these application? Detail I work in Windows 10 in Sublime Text, path to Sublime Text exe file is E:\Sublime Text 3 . For example, I want to set shortcut LWin+2 for copy command. I make a shortcut in ...
by SashaChernykh
26 Oct 2016, 03:20
Forum: Ask for Help (v1)
Topic: Quick conversion multiple keys to scancodes
Replies: 4
Views: 1654

Re: Quick conversion multiple keys to scancodes

This will replace any single character inside the braces {} to its scancode equivalent. F2:: ;select text including braces {x} then press F2 cb_old := ClipboardAll Clipboard := send, ^{sc2e} ClipWait, 1 while pos := regexmatch(Clipboard,"(?<={).(?=})",m, a_index=1?1:pos+strlen(m)) Clipboard := RegE...
by SashaChernykh
24 Oct 2016, 12:01
Forum: Ask for Help (v1)
Topic: Quick conversion multiple keys to scancodes
Replies: 4
Views: 1654

Re: Quick conversion multiple keys to scancodes

@Helgef, may you show small example, how use this function for my example code?

Thanks.
by SashaChernykh
24 Oct 2016, 03:59
Forum: Ask for Help (v1)
Topic: Quick conversion multiple keys to scancodes
Replies: 4
Views: 1654

Quick conversion multiple keys to scancodes

Briefly How I can quick convert multiple keys to scancodes? Detail For example, I have simple script: Ctrl+A , Ctrl+V . Send, {LControl Down} Send, {a} Send, {LControl Up} Send, {LControl Down} Send, {v} Send, {LControl Up} I have 2 keyboard layouts: English and Russian. If I in Russian keyboard la...
by SashaChernykh
30 Sep 2016, 07:33
Forum: Scripts and Functions (v1)
Topic: [Script] KeypressOSD - Display key press on screen
Replies: 629
Views: 199231

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

@tmplinshi, thank you very much!

1. Please, add «NumpadDot» and «AppsKey» keys to «Otherkeys := »
2. Bug. If I press «Ctrl+NumLock», I saw «Ctrl+Pause».

Go to advanced search