Adds a few more hotkeys to Nautilus (GNOME Files) to improve the user experience:
- Switch tabs via
Ctrl+Shift+Tab
andCtrl+Tab
in addition to the existingCtrl+PageUp
andCtrl+PageDown
hotkeys - Go one directory level up via
Backspace
in addition to the existingAlt+Up
hotkey
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