Skip to content

Commit

Permalink
git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abakum committed Oct 28, 2023
1 parent a4342c9 commit 723d5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EnRu.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Another global keyboard layout switcher by clicking the left or right Ctrl key<b
Нажми и отпусти правую клавишу `Ctrl` чтоб переключить раскладку клавиатуры на `ru_Ru`, но если активно окно с [UltraVNC\vncviewer](https://uvnc.com/docs/uvnc-viewer/71-viewer-gui.html) то раскладка локальной клавиатуры будет `en_US`
git push origin --tags
*/
;@Ahk2Exe-Let ProductVersion=v0.5.2-lw
;@Ahk2Exe-Let ProductVersion=v0.5.4-lw

#Requires AutoHotkey v2.0
#SingleInstance
Expand All @@ -23,7 +23,8 @@ git push origin --tags
;@Ahk2Exe-SetDescription Changing the input language by clicking the left or right `Ctrl`
; @Ahk2Exe-SetLanguage 0x0419
; @Ahk2Exe-SetDescription Смена языка ввода по клику левого или правого `Ctrl`
;@Ahk2Exe-PostExec "%A_ComSpec%" /c "cd /d %A_ScriptDir%&git commit -am EnRu.exr&git tag %U_ProductVersion%"
;@Ahk2Exe-PostExec "%A_ComSpec%" /c "cd /d %A_ScriptDir%&git tag %U_ProductVersion%"
;@Ahk2Exe-Cont , , , , 1

;https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-inputlangchangerequest
WM_INPUTLANGCHANGEREQUEST:=0x0050
Expand Down
Binary file modified EnRu.exe
Binary file not shown.

0 comments on commit 723d5d9

Please sign in to comment.