Skip to content

Commit 26f1923

Browse files
committed
Happy as the full release as a windows-focused program, might update for linux in the future, but unlikely with current setup.
Signed-off-by: Austin Welsh-Graham <admin@toastysoftware.co.uk>
1 parent d538c0f commit 26f1923

File tree

6 files changed

+1
-144
lines changed

6 files changed

+1
-144
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Split Loaf - Keyboard Rerouter
44
</h1>
55

6-
**Status:** Version 1.0.0 – Fully Released 🎉
6+
**Status:** Version 1.0.0 – Fully Released
77

88
[![Microsoft Store Page](https://get.microsoft.com/images/en-us%20light.svg)](https://apps.microsoft.com/detail/9nfhj4ptjxkv?hl=en-GB&gl=GB)
99

@@ -46,11 +46,6 @@ How It Works
4646

4747
Internally, Split Loaf uses a **low-level keyboard hook** and sends messages directly to the target window. Modifier keys are preserved while locked.
4848

49-
Linux Versions
50-
--------------
51-
52-
Split Loaf currently relies on Windows APIs, so Linux support requires a different method for keyboard input and window detection. Early testing on Wayland (Hyprland with Arch) shows partial functionality, but challenges exist with active window detection and input security protocols. Further exploration is ongoing.
53-
5449
Future Improvements
5550
-------------------
5651

src/app/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
88

99
#else
1010

11-
extern int RunLinuxApp ( );
12-
13-
int main ( ) {
14-
return RunLinuxApp();
15-
}
1611
#endif

src/linux/LinuxApp.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/linux/LinuxApp.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/linux/LinuxKeyLogger.cpp

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/linux/LinuxKeyLogger.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)