https://github.com/cutecprog?tab=activity Andrea's Python sorting program for bios can be found locally here: %%(language-ref) /research/PyProgram/com_alpha.py %% Custom keybindings for shortcuts can be created in the user home profile: %%(language-ref) ~/.gconf/desktop/gnome/keybindings/custom0/%gconf.xml %% The shortcut below uses Ctrl-Shift-T as the keyboard shortcut to sort. %%(language-ref) python /export/research/PyProgram/com_alpha.py Organization Alphabetizer <Shift><Control>t %% 1) Copy the list we are interested in sorting into memory (ctrl-c) 2) Use the keyboard shortcut, which sorts the list in memory (ctrl-shift-t) 3) Paste the sorted list into text box (ctrl-v) CategoryITDefunct