# /etc/skel/.config/kglobalshortcutsrc — Pocket DS default global
# shortcuts seeded into every new user's $HOME on account creation.
#
# Plasma 6 stores global shortcuts per-user in
# ~/.config/kglobalshortcutsrc; the file is NOT merged from /etc/xdg
# (kglobalaccel reads/writes the user copy directly). Shipping it via
# /etc/skel is the standard way to set defaults at first login. Once
# the user's session starts, kglobalaccel fills in every other action
# with its own default; the entries we ship here override only the
# bindings we actually care about on a no-keyboard handheld.
#
# F11 → Window Fullscreen: KWin's built-in action that toggles the
# focused window between fullscreen and its previous geometry. Stock
# Plasma 6 ships this action UNBOUND (`Window Fullscreen=,,...`), so
# F11 falls through to apps. Most apps expect F11 to be a global
# fullscreen toggle (browsers, media players use it that way); we
# bind it kwin-side so it works on any focused window.
#
# Format: current,default,friendly_name — leaving `default` empty
# tells kglobalaccel "no upstream default", which is fine since this
# is our own override.

[kwin]
Window Fullscreen=F11,F11,Make Window Fullscreen
