barrier/src
danielsuss 314f1070e5 Add grave modifier support for hotkeys
Implements support for using the grave key (`) as a hotkey modifier
in Barrier, enabling hotkey combinations like Grave+1, Grave+2, etc.

Key changes:
- Add XK_grave case to getModifierBitForKeySym() for XKB support
- Add fallback mapping for grave modifier to Mod4 in XKB path
- Include KeyModifierGrave in allowed modifiers for hotkey registration
- Add setup documentation for required X11 modifier mapping

Requires running: xmodmap -e "add mod4 = grave"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-13 14:10:03 +01:00
..
cmd Restore dpiAwareness 2022-01-07 21:41:56 -08:00
gui updated makelists for modern compilation 2025-06-12 16:04:55 +01:00
lib Add grave modifier support for hotkeys 2025-06-13 14:10:03 +01:00
test lib: Pass jobs to barrier::Thread as std::function 2021-11-01 14:41:53 +02:00
CMakeLists.txt src: Extract test CMake setup to separate file 2021-01-07 23:43:51 +02:00