mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 01:34:40 +00:00
20 lines
594 B
Plaintext
20 lines
594 B
Plaintext
# This is all we need
|
|
# alt-tab
|
|
Mod1 Tab :NextWindow {groups} (workspace=[current])
|
|
Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
|
|
|
|
# current window commands
|
|
Mod1 F10 :Maximize
|
|
Mod1 F11 :Fullscreen
|
|
Mod1 Escape :Close
|
|
|
|
# Normal window movement
|
|
OnTitlebar Move1 :StartMoving
|
|
OnLeftGrip Move1 :StartResizing bottomleft
|
|
OnRightGrip Move1 :StartResizing bottomright
|
|
OnWindowBorder Move1 :StartMoving
|
|
|
|
# alt + left/right click to move/resize a window
|
|
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
|
|
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
|