Show i3 keybinds already in use.
Show i3 keybinds already in use.
Simple python script that parses through an i3 config file to find assigned keybinds. This makes it easier for the user to assign new keybinds in i3 without having to grep the config file.
Requires terminaltables for pretty output.
pip install terminaltables
set $mod Mod4
, it will still work. Hopefully.i3keybinds.py -k s
will return all keybinds with a ‘s’ in them. This includes Shifts and symbols like minus. If you are looking for Shift+q
you must add the +
.i3keybinds.py -c kill
will return all keybinds that execute the command ‘kill’.The script spits out the keybinds in the same format as i3, in alphabetical order: