spiegel-keyman/linux/include/km_linux_common.h
Eberhard Beilharz bfc3aa3456
refactor(linux): move dbus defines to common include
This got missed in #14372.

Fixes: #13281
Follow-up-of: #14372
Test-bot: skip
2025-07-25 19:39:50 +02:00

11 lines
381 B
C

// Keyman is copyright(C) SIL Global.MIT License.
#ifndef __KM_LINUX_COMMON_H__
#define __KM_LINUX_COMMON_H__
#define KEYMAN_F24_KEYCODE_OUTPUT_SENTINEL 194 // 0xC2
#define KEYMAN_BUS_NAME "com.keyman.SystemService1"
#define KEYMAN_INTERFACE_NAME "com.keyman.SystemService1.System"
#define KEYMAN_OBJECT_PATH "/com/keyman/SystemService1/System"
#endif // __KM_LINUX_COMMON_H__