Skip to content

Simple C and C# programs which synchronizes CapsLock LED with current keyboard layout

Notifications You must be signed in to change notification settings

da-fuu/caps_led_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Simple C and C# programs which synchronizes CapsLock LED with current keyboard layout

Compilation:

C#

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /out:lang.exe /target:winexe .\lang.cs

C

cl /O2 /Zl /GS- /GR- /kernel lang.c /link /NODEFAULTLIB user32.lib kernel32.lib  /SUBSYSTEM:WINDOWS /ENTRY:main /OUT:lang.exe

About

Simple C and C# programs which synchronizes CapsLock LED with current keyboard layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published