Adds a few more hotkeys to Nautilus (GNOME Files) to improve the user experience:
- Switch tabs via
Ctrl+Shift+TabandCtrl+Tabin addition to the existingCtrl+PageUpandCtrl+PageDownhotkeys - Go one directory level up via
Backspacein addition to the existingAlt+Uphotkey
Supports GNOME 43 and newer.
Parts of code written by @jesusferm, used with permission
- Install Nautilus Python
- Fedora:
dnf install nautilus-python - Ubuntu family:
apt install python3-nautilus - Arch Linux:
pacman -S python-nautilus - openSUSE:
zypper install python-nautilus - Solus:
eopkg install nautilus-python
- Get NautilusHotkeys and install it
git clone https://github.com/Nindaleth/nautilus_hotkeys
mkdir -p ~/.local/share/nautilus-python/extensions/
ln -s $(pwd)/nautilus_hotkeys/NautilusHotkeys.py ~/.local/share/nautilus-python/extensions/
- Restart Nautilus
killall nautilus