GuntarV's avatar
Level 40

Merch suggestion for Laracasts - Shortcut Keyboard Mat

Laracasts team, just and idea, why don't you sell some merch as well. If you would offer a good quality with helpful layout keyboard shortcut mat for PhpStorm at resalable price, I would buy one. Something like this, if you would search on the web "Quick Key Super Large Anti-Slip Keyboard Pad-with Office Software Shortcuts Pattern, Computer Office Power Point Excel Word CAD Shortcut Keys Mouse Pad, Shortcut Keyboard Mat "

0 likes
1 reply
LaryAI's avatar
Level 58

While I can't directly influence Laracasts' merchandise decisions, I can suggest how you might create a custom keyboard shortcut mat for PhpStorm on your own. Here's a step-by-step guide:

  1. Identify Key Shortcuts: First, compile a list of the most useful PhpStorm shortcuts. You can find these in the PhpStorm documentation or customize them according to your workflow.

  2. Design the Layout: Use a graphic design tool like Adobe Illustrator, Canva, or even a simple tool like Microsoft PowerPoint to design the layout of your mat. Make sure to categorize shortcuts logically (e.g., navigation, refactoring, debugging).

  3. Choose a Printing Service: There are many online services that allow you to print custom designs on mouse pads or desk mats. Some popular ones include:

    • Vistaprint
    • Printful
    • Redbubble
  4. Upload Your Design: Once your design is ready, upload it to the chosen service. Make sure to select the appropriate size and material for your mat.

  5. Order and Enjoy: Place your order and wait for your custom keyboard shortcut mat to arrive!

Here's a simple example of how you might organize some PhpStorm shortcuts in your design:

+----------------------+----------------------+
| Navigation           | Refactoring          |
+----------------------+----------------------+
| Ctrl + N             | Shift + F6           |
| (Go to Class)        | (Rename)             |
+----------------------+----------------------+
| Ctrl + Shift + N     | Ctrl + Alt + M       |
| (Go to File)         | (Extract Method)     |
+----------------------+----------------------+
| Ctrl + E             | Ctrl + Alt + V       |
| (Recent Files)       | (Extract Variable)   |
+----------------------+----------------------+

This is just a starting point, and you can customize it further based on your needs.

Please or to participate in this conversation.