# Keyboard Shortcuts! - Example: Raspberry Pi - Shorthand: `pi` ## SSH Host Names Give your Raspberry Pis short hostnames. As we own two of them: ``` ssh pi1 ssh pi2 ``` See [here](../admin/debian.md#hostname) on how to do that. ## Firefox: Custom Search To search Google for "Raspberry Pi bluetooth", simply enter: - `Ctrl+T` to open new tab - `pi bluetooth` and `Enter` You can easily create custom shortcuts in Firefox' address bar (sometimes called Awesome Bar). ### Setup - open Bookmarks (Ctrl+B) - expand Bookmarks Menu - right-click > New Bookmark - Name: pi - Location: https://www.google.com/search?q=raspberry+pi+%s - Tags: *leave empty* - Keyword: `pi` The important part is the `Keyword` that becomes the prefix in your address bar.