added layour swithing by caps key

This commit is contained in:
2026-08-09 01:02:52 +05:00
parent 7c5675f69f
commit e99f30fcbc
15 changed files with 578 additions and 9 deletions
@@ -3,7 +3,8 @@ using CursorLang.Models;
namespace CursorLang.Services;
/// <summary>
/// Следит за раскладкой активного окна — в том числе в чужих приложениях.
/// Следит за раскладкой активного окна — в том числе в чужих приложениях
/// и умеет её переключать.
/// </summary>
public interface IKeyboardLayoutService
{
@@ -15,4 +16,6 @@ public interface IKeyboardLayoutService
void Start();
void Stop();
void SwitchToNext();
}