Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Storm and Option key in Mac

Looking for a way to fix the option key not working with PHP Storm and the Mac. I use things like:

  • Option + Left or Right: Navigate to previous / next word.
  • Option + Shift + Left or Right: Highlight previous / next word.
  • Option + Backspace: Delete previous word.

Guessing this is a Java thing?

like image 683
elightbo Avatar asked Sep 19 '12 15:09

elightbo


People also ask

How to change keyboard shortcuts in PhpStorm?

On the Keymap page of the Settings/Preferences dialog Ctrl+Alt+S , right-click an action and select Add Keyboard Shortcut. In the Keyboard Shortcut dialog, press the necessary key combination.

How do I create a hotkey on a Mac?

On your Mac, choose Apple menu > System Settings, click Keyboard in the sidebar (you may need to scroll down), then click Keyboard Shortcuts on the right. Select App Shortcuts on the left, click the Add button , click the Application pop-up menu, then choose a specific app or All Applications.

How do I comment in PhpStorm Mac?

Quickly comment/uncomment blocks and lines. In WebStorm, you can comment and uncomment blocks of code with Cmd+Shift+/ on macOS and Ctrl+Shift+/ on Windows/Linux.

How do I find a file in PhpStorm?

From the main menu, select Edit | Find | Find in Files Ctrl+Shift+F . In the search field, type your search string. Alternatively, in the editor, highlight the string you want to find and press Ctrl+Shift+F . PhpStorm places the highlighted string into the search field.


1 Answers

Specified keyboard shortcuts work as described in Mac OS X and Mac OS X 10.5+ keymaps. Keymap can be changed in Preferences | Keymaps.

like image 164
CrazyCoder Avatar answered Sep 24 '22 02:09

CrazyCoder