# # /etc/matchbox/kbdconfig - Default key bindings for Slint # Default upstream key bindings are in /usr/share/matchbox/kbdconfig # # Matchbox window manager keyboard configuration # See 'man matchbox-window-manager' and: # https://matchbox-project.org/ # # You can override this file per user in ~/.matchbox/kbdconfig # # Notes: # - Use , , , modifiers. # is also named the Windows key # - Commands prefixed with '!' are executed in a shell. # - Avoid conflicts with system or accessibility shortcuts. # ### ---------------------------------------------------------- ### Window operations ### ---------------------------------------------------------- # Cycle through windows Tab=next Tab=prev # Alternate window cycling (optional) #n=next #p=prev # Close focused window c=close F4=close # Show window (task) menu space=taskmenu # Toggle fullscreen F11=fullscreen ### ---------------------------------------------------------- ### Application launchers ### ---------------------------------------------------------- # Open the desktop d=!matchbox-desktop # Command launcher F2=!bashrun # Open a terminal t=!matchbox-terminal # Launch file manager (nnn in a matchbox terminal) p=!matchbox-terminal -e 'nnn' # Alternative #p=!matchbox-tereminal -e 'dragonfm' ### ---------------------------------------------------------- ### Accessibility and utilities ### ---------------------------------------------------------- # Restart Orca screen reader o=!orca -r & # Force kill (click on a frozen window) k=!xkill ### ---------------------------------------------------------- ### Session and power control ### ---------------------------------------------------------- # Logout (end X session safely) l=!kill "$(cat /tmp/.X"${DISPLAY#:}"-lock)" # Reboot the system r=!matchbox-terminal -e "bash -c 'sudo -p \"Type the root password to reboot, or press Ctrl+C to cancel: \" /sbin/reboot'" # Shutdown the system s=!matchbox-terminal -e "bash -c 'sudo -p \"Type the root password to power off, or press Ctrl+C to cancel: \" /sbin/shutdown -h now'" ### ---------------------------------------------------------- ### End of file ### ----------------------------------------------------------