JetBrains RubyMine (MacOS)

Editing Shortcuts

Expand/Collapse Code block

Command + + / Command + -

All hotkeys for JetBrains RubyMine (MacOS)

General Shortcuts
Open Corresponding Tool Window

Command + 0..9

General Shortcuts
Save All

Command + S

General Shortcuts
Synchronize

Command + Option + Y

General Shortcuts
Toggle Full Screen Mode

Command + Ctrl + F

General Shortcuts
Toggle Maximize Editor

Command + Shift + F12

General Shortcuts
Go back to Previous Tool Window

F12

General Shortcuts
Go to Editor

Esc

General Shortcuts
Hide Active or Last Active Window

Shift + Esc

General Shortcuts
Switch Editor Tabs and IDE Tool Windows

Command + Tab

General Shortcuts
Open Setting Dialog

Command + ,

General Shortcuts
Close Current Active Tab

Command + W

General Shortcuts
Quick Switch Current Scheme

Ctrl + `

General Shortcuts
Add to Favourites

Option + Shift + F

General Shortcuts
Inspect Current file with Current file

Option + Shift + I

Find and Replace
Find

Command + F

Find and Replace
Replace

Command + R

Find and Replace
Search Everywhere

Double Shift

Find and Replace
Find Next

Command + G

Find and Replace
Find Previous

Command + Shift + G

Find and Replace
Find in Path

Command + Shift + F

Find and Replace
Replace in Path

Command + Shift + R

Editing Shortcuts
Basic Code Completion

Ctrl + Spacebar

Editing Shortcuts
Complete Current Statement

Command + Shift + Enter

Editing Shortcuts
Quick Documentation Lookup

Ctrl + J

Editing Shortcuts
Brief Info

Command + Mouse Over

Editing Shortcuts
Complete Statement

Command + Shift + Enter

Editing Shortcuts
Parameter Information

Command + P

Editing Shortcuts
Override Methods

Ctrl + O

Editing Shortcuts
Generate Code

Command + N

Editing Shortcuts
Move Line(Selection) Up/Down

Option + Shift + Up Arrow / Down Arrow

Editing Shortcuts
Surround With..(Begin..End etc.)

Command + Option + T

Editing Shortcuts
Comment/Uncomment with Line Comment

Command + /

Editing Shortcuts
Comment/Uncomment with Block Comment

Command + Option + /

Editing Shortcuts
Show Description of Error or Warning at Caret

Command + F1

Editing Shortcuts
Indent Selected Lines

Tab

Editing Shortcuts
Unindent Selected Lines

Shift + Tab

Editing Shortcuts
Show Intention Actions and Quick Fixes

Option + Enter

Editing Shortcuts
Reformat Code

Command + Option + L

Editing Shortcuts
Duplicate Current Line

Command + D

Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard

Command + X / Command + C / Command + V

Editing Shortcuts
Paste from Buffer

Command + Shift + V

Editing Shortcuts
AutoIndent Lines

Ctrl + Option + I

Editing Shortcuts
Delete line at caret

Command + Backspace

Editing Shortcuts
Start New line

Shift + Enter

Editing Shortcuts
Show Intention Actions/Quick-Fixes

Option + Enter

Editing Shortcuts
Decrease Current Selection to Previous State

Option + Down Arrow

Editing Shortcuts
Select Successively Incresing Code blocks

Option + Up Arrow

Editing Shortcuts
Expand All

Command + Shift + +

Editing Shortcuts
Collapse All

Command + Shift + -

Editing Shortcuts
Expand/Collapse Code block

Command + + / Command + -

Editing Shortcuts
Delete to end word

Command + Del

Editing Shortcuts
Delete to word start

Command + Backspace

Editing Shortcuts
Select till code block end

Command + Shift + Option + ]

Editing Shortcuts
Select till code block start

Command + Shift + Option + [

Editing Shortcuts
Toggle Carnel/Snake Case

Shift + Option + U

Editing Shortcuts
Switch case for Word at Caret or Selected block

Command + Shift + U

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
Rename

Shift + F6

Refactoring
Inline

Command + Option + N

Refactoring
Refactor this Quick List

Command + Option + Shift + T

Refactoring
Extract Method

Command + Option + M

Refactoring
Extract Field

Command + Option + F

Refactoring
Extract parameter

Command + Option + P

Refactoring
Extract Constant

Command + Option + C

Refactoring
Extract Variable

Command + Option + V

Navigation Shortcuts
Go to Class

Command + O

Navigation Shortcuts
Go to File

Command + Shift + O

Navigation Shortcuts
Go to Symbol

Command + Option + Shift + O

Navigation Shortcuts
Next highlighted Error

F2

Navigation Shortcuts
Previous highlighted Error

Shift + F2

Navigation Shortcuts
Go to Top of Page

Command + PgUp

Navigation Shortcuts
Go to Bottom of Page

Command + PgDn

Navigation Shortcuts
Go to Line

Command + L

Navigation Shortcuts
Recent files Popup

Command + E

Navigation Shortcuts
Select current file/Symbol in any View

Option + F1

Navigation Shortcuts
Go to Next/Previous Tab

Ctrl + Left Arrow / Ctrl + Right Arrow

Navigation Shortcuts
Go to Declaration

Command + B

Navigation Shortcuts
Go to Type Declaration

Command + Shift + B

Navigation Shortcuts
Navigate back/forward

Command + Option + Left Arrow / Command + Option + Right Arrow

Navigation Shortcuts
Go to last edit location

Command + Shift + Backspace

Navigation Shortcuts
Go to super method/super class

Command + U

Navigation Shortcuts
Type Hierarchy

Ctrl + H

Navigation Shortcuts
Toggle Bookmark

Shift + F6

Navigation Shortcuts
Toggle Bookmark with Mnemonic

Option + F3

Navigation Shortcuts
Show Bookmarks

Shift + F3

Navigation Shortcuts
Go to Numbered Bookmark

Ctral + 0..9

Navigation Shortcuts
Show Navigation bar

Command + Up Arrow

Navigation Shortcuts
Edit Source

F4

Navigation Shortcuts
View Source

Command + Down Arrow

Navigation Shortcuts
Show Diagram

Command + Shift + Option + U

Navigation Shortcuts
Diagram Popup

Command + Option + U

Navigation Shortcuts
File Structure Popup

Command + F12

Navigation Shortcuts
Move to code block end/start

Command + ] / Command + [

Navigation Shortcuts
Go to Previous/Next Method

Ctrl + Up Arrow / Ctrl + Down Arrow

Navigation Shortcuts
Open Quick Definition Lookup

Command + Shift + I

Debugging
Run to Cursor

Option + F9

Debugging
Step Out

Shift + F8

Debugging
Step Over

F8

Debugging
Step Into

F7

Debugging
Quick Evaluate Expression

Command + Option + F8

Debugging
Evaluate Expression

Option + F8

Debugging
Toggle Breakpoint

Command + F8

Debugging
View Breakpoints

Command + Shift + F8

Debugging
Resume Program

F9

Debugging
Show Execution Point

Option + F10

Compile and Run
Open Run Configuration

Option + Shift + F10

Compile and Run
Open Debug Configuration

Option + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run Rake Task

Command + Option + R

Usage Search
Find Usage in File

Command + F7

Usage Search
Find Usage

Option + F7

Usage Search
Highlight Usage in File

Command + Shift + F7

Usage Search
Show Usage

Command + Option + F7

VCS/Local History
View Diffrenece

Command + D

VCS/Local History
Commit Project to VCS

Command + K

VCS/Local History
Update Project from VCS

Command + T

VCS/Local History
View Recent Changes

Option + Shift + C

VCS/Local History
VCS Operations Popup

Ctrl + V

Live Templates
Insert Live Template

Command + J

Live Templates
Surround with Live Template

Command + Option + J

Rails
Navigate to Rails Model/View/Controllers

Command + Ctrl + Up Arrow

Rails
Preview Rails View in Browser

Option + F2

Rails
Reload Application Sources in Rails Console

Command + R

Rails
Insert in RHTML

Command + Shift + .

Rails
Run Rails Generator

Command + Option + G

Rails
Ruby/Rail Quick List

Command + Option + R

Similar combinations for other applications


Adobe Photoshop CS5 (MacOS)
Select contiguous items of the same kind
Photoshop CS5 Panels - Action Panel

Shift +click the action/ Command


Adobe Photoshop CS5 (MacOS)
Select discontiguous items of the same kind
Photoshop CS5 Panels - Action Panel

Command +click the action/ Command


Adobe Photoshop CS4 (MacOS)
Change Cancel button to Default
Shortcut Keys for using the Filter Gallery

Command


Firefox (MacOS)
Zoom In/Zoom Out
Page Manipulation

Command + + / Command + -


Adobe Photoshop CS4 (MacOS)
Temporarily switch to Zoom In tool
Shortcut Keys for using the Camera Raw dialog box

Command


Adobe Photoshop CS5 (MacOS)
Zoom in / Zoom out
Photoshop CS5 Panels - Extract and Pattern Maker

Command + [ + ] / Command + -


Adobe Photoshop CS5 (MacOS)
Select contiguous items of the same kind
Extract and Pattern Maker (plug-in) - Action Panel

Shift +click the action/ Command


Adobe Photoshop CS5 (MacOS)
Select discontiguous items of the same kind
Extract and Pattern Maker (plug-in) - Action Panel

Command +click the action/ Command


Adobe Photoshop CS4 (MacOS)
Switch from Path Selection, Pen, Add Anchor Point, delete Anchor Point, or Convert Point tools, to Direct Selection tool
Shortcut Keys for editing paths

Command


Adobe Photoshop CS4 (MacOS)
Distort
Shortcut Keys for transforming selections, selection borders, and paths

Command


Adobe Photoshop CS4 (MacOS)
Display the bounding box for transforming text when editing text, or activate Move tool if cursor is inside the bounding box
Shortcut Keys for selecting, editing, and navigating through text

Command


Adobe Photoshop CS4 (MacOS)
Toggle between Slice tool and Slice Selection tool
Shortcut Keys for slicing and optimizing

Command


Adobe Photoshop CS5 (MacOS)
Zoom in / Zoom out
Extract and Pattern Maker (plug-in) - Extract and Pattern Maker

Command + [ + ] / Command + -


Adobe Photoshop CS4 (MacOS)
Select contiguous items of the same kind
Shortcut Keys for using the Actions panel

shift -click the action/ Command


Adobe Photoshop CS4 (MacOS)
Select discontiguous items of the same kind
Shortcut Keys for using the Actions panel

command -click the action/ Command


Adobe Photoshop CS5 (MacOS)
Change Cancel button to Default
Filter Gallery

Command


Adobe Photoshop CS5 (MacOS)
Zoom in
Vanishing Point

Command + [ + ] / Command + -


Adobe Photoshop CS5 (MacOS)
Zoom in / Zoom out
Camera Raw Dialog Box

Command + [ + ] / Command + -


Adobe Photoshop CS5 (MacOS)
Temporarily switch to Zoom In tool. (Doesn’t work when Straighten tool is selected. If Crop tool is active, temporarily switches to Straighten tool.)
Camera Raw Dialog Box

Command


Adobe Photoshop CS5 (MacOS)
Distort
Transform Selections, Selection Borders, and Paths

Command


Adobe Photoshop CS5 (MacOS)
Switch from Path Selection, Pen, Add Anchor Point, Delete Anchor Point, or Convert Point tools, to Direct Selection tool
Edit Paths

Command


FileMaker Pro (MacOS)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Layout Mode Shortcuts - Relationships Graph

Command + -


Adobe Photoshop CS5 (MacOS)
Display the bounding box for transforming text when editing text, or activate Move tool if cursor is inside the bounding box
Select and Edit text

Command


Adobe Photoshop CS5 (MacOS)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Command


Google Chrome (MacOS)
Zoom in / zoom out (or Command+mousewheel)
View Webpages

Command + + / -


Adobe After Effects CC (MacOS)
Temporarily activate Selection Tool when a Pen Tool is selected
Activating Tools

Command


Adobe Photoshop CC (MacOS)
Lock Layers
Basic Shortcuts for PhotoShop CC 2015 - Layers Basics

Command + /


FileMaker Pro (MacOS)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Text Shortcuts - Relationships Graph

Command + -


Adobe After Effects CC (MacOS)
In Shape Layer: Temporarily convert Selection Tool to Direct Selection Tool
Activating Tools

Command


Adobe Photoshop CC (Windows)
Select contiguous items of the same kind
Basic Shortcuts for Photoshop CC 2015 - Actions Panel

Shift +Click the action/ Command


Adobe Photoshop CC (Windows)
Select discontiguous items of the same kind
Basic Shortcuts for Photoshop CC 2015 - Actions Panel

Ctrl +Click the action/ Command


Adobe Photoshop CC (MacOS)
Select contiguous items of the same kind
Basic Shortcuts for PhotoShop CC 2015 - Actions Panel

Shift +Click the action/ Command


Adobe Photoshop CC (MacOS)
Select discontiguous items of the same kind
Basic Shortcuts for PhotoShop CC 2015 - Actions Panel

Command +Click the action/ Command


Safari Browser (MacOS)
Zoom text
General Shortcuts (Browser)

Command + +


Safari Browser (MacOS)
Zoom out text
General Shortcuts (Browser)

Command + -


Adobe After Effects CC (MacOS)
Add selected items to most recently activated Composition
Footage

Command + /


Apple Numbers (MacOS)
Font Zoom in/Zoom out
Formatting and Editing Shortcuts

Command + + / Command + -


Adobe Premiere CC (MacOS)
Bin
General Shortcuts

Command + /


Adobe Illustrator CC (MacOS)
Switch to last used selection tools
Selecting Shortcuts

Command


Corel Painter 2017 (MacOS)
Ajust Opacity
Brushes

Command


FileMaker Pro (MacOS)
Change to Zoom Out mode. Shift+click temporarily changes to Zoom In mode.
Database Management Shortcuts - Relationships Graph

Command + -


FileMaker Pro (MacOS)
Open Help
General Shortcuts

Command + /


InDesign CC (MacOS)
Zoom in/Zoom out
Efficient Zoom & Pan

Command + + / Command + -


Adobe After Effects CC (MacOS)
Increase / decrease Scale of Layers by 1%
Modify Layer Properties

Command + + / - on numeric keypad


Adobe Illustrator CC (MacOS)
Add new fill
Painting Objects

Command + /


FileMaker Pro (MacOS)
Inset current date
Insert and Replace Values

Command + -


Apple Keynote (MacOS)
Increase/Decrease font size
Text Editing

Command + + / Command + -


Finale (MacOS)
Zoom in/Zoom out
View Menu

Command + = / Command + -


Adobe Photoshop CC (MacOS)
Lock Layers
Manage Panels - Layers Basics

Command + /


Photoshop Lightroom CC (MacOS)
Display current module shortcuts
Help

Command + /


Adobe Photoshop CC (Windows)
Select contiguous items of the same kind
Manage Panels - Actions Panel

Shift +Click the action/ Command


Adobe Photoshop CC (Windows)
Select discontiguous items of the same kind
Manage Panels - Actions Panel

Ctrl +Click the action/ Command


3D Coat (MacOS)
Freeze border
Freeze Operations

Command + /


Adobe Photoshop CC (MacOS)
Select contiguous items of the same kind
Manage Panels - Actions Panel

Shift +Click the action/ Command


3D Coat (MacOS)
Expand frozen area
Freeze Operations

Command + +


Adobe Photoshop CC (MacOS)
Select discontiguous items of the same kind
Manage Panels - Actions Panel

Command +Click the action/ Command


3D Coat (MacOS)
Contract frozen area
Freeze Operations

Command + -


ArchiCAD 20 (MacOS)
Adjust
Edit Menu Commands

Command + -


iMovie (MacOS)
Open the precision editor
Video edit

Command + /


Apple Mail (MacOS)
Make font size smaller
Editing Shortcuts

Command + -


ArchiCAD 20 (MacOS)
Zoom In
Display Menu

Command + /


Zoho Sheet (MacOS)
Select the range of array formula cells surrounding a cell
Formula related shortcuts

Command + /


Apple Motion (MacOS)
Zoom out
View Menu

Command + -


Zoho Show (MacOS)
Strikethrough toggle for selection
Formatting Shortcuts

Command + /


Apple Motion (MacOS)
Show overlays
View Menu

Command + /


Adobe Photoshop CC (MacOS)
Switch to Move Tool (except when Hand, Slice, Path, Shape, or any Pen Tool is selected
Select and Move Objects

Command


Adobe Acrobat Pro (MacOS)
Zoom out
Navigation - Navigating a PDF

Command + -


Adobe Photoshop CC (MacOS)
Distort
Transform Selections, Borders, and Paths

Command


Adobe Photoshop CC (MacOS)
Switch to Direct Selection tool (from Path Selection, Pen, etc.)
Edit Paths

Command


Atom (text editor) 1.0 (MacOS)
Toggle comment line
Editing Lines

Command + /


Adobe Photoshop CC (MacOS)
Display the Bounding Box for transforming text (or activate Move Tool when inside the Bounding Box)
Select and Edit Text

Command


Mac OS Sierra 10.12 (MacOS)
Hide or show the status bar in Finder windows.
Finder Shortcuts

Command + /


TextMate 2 (MacOS)
Zoom Font
General Shortcuts

Command + +


TextMate 2 (MacOS)
Zoom out Font
General Shortcuts

Command + -


Sublime Text (MacOS)
Comment/Uncomment Current Line
General Editing Shortcuts

Command + /


Eclipse Helios (MacOS)
Toggle Comment
Text Editing Shortcuts

Command + /


Adobe Photoshop CC (MacOS)
Toggle between Slice tool and Slice Selection tool
Slicing and Optimizing

Command


IntelliJ (MacOS)
Comment/Uncomment with Line Comment
Editing Shortcuts

Command + /


Slack (MacOS)
Zoom in/Zoom out
Navigation Controls

Command + + / Command + -


IntelliJ (MacOS)
Expand/Collapse Code block
Editing Shortcuts

Command + + / Command + -


TextMate 2 (MacOS)
Comment Line/Selection
Source Shortcut

Command + /


Logic Pro X (MacOS)
Show Detailed Help
General Controls

Command + /


Slack (MacOS)
Open list of Keyboard shortcuts
Navigation Controls

Command + /


JetBrains PyCharm (MacOS)
Comment/Uncomment with Line Comment
Editing Shortcuts

Command + /


JetBrains AppCode (MacOS)
Comment/Uncomment with Line Comment
Editing Shortcuts

Command + /


Eclipse Helios (MacOS)
Backward History
Miscellaneous Shortcuts

Command +


JetBrains AppCode (MacOS)
Expand/Collapse Code block
Editing Shortcuts

Command + + / Command + -


Sketch 3 (MacOS)
Zoom in/Zoom out
Canvas View

Command + + / Command + -


JetBrains PyCharm (MacOS)
Expand/Collapse Code block
Editing Shortcuts

Command + + / Command + -


Adobe Flash Builder (MacOS)
Comment out selected text
24 Shortcuts for Adobe Flash Builder (MacOS)

Command + /


Cloud9 (MacOS)
Toggle Comment
Code Manipulation

Command + /


Adobe XD (Experience Design) (MacOS)
Direct Select
Operations Menu

Command


Adobe XD (Experience Design) (MacOS)
Zoom in/Zoom out
View Menu

Command + + / Command + -


Adobe Animate CC (MacOS)
Show a larger area of the drawing with less detail
Miscellaneous Action

Command + -


Adobe Bridge CC (MacOS)
Display Help
35 Shortcuts for Adobe Bridge CC (MacOS)

Command + /


Autodesk Mudbox 2017 (MacOS)
Zoom in and out on an image
Image Browser

Command + + / Command + -


Adobe Bridge CC (MacOS)
Increase/Decrease Thumbnail size
35 Shortcuts for Adobe Bridge CC (MacOS)

Command + + / Command + -


JetBrains PhpStorm (MacOS)
Comment/Uncomment with Line Comment
Editing

Command + /


Adobe Bridge CC (MacOS)
Zoom in/Zoom out with Loupe Tool(Multiple Selection)
35 Shortcuts for Adobe Bridge CC (MacOS)

Command + + / Command + -


iBooks (MacOS)
Zoom in/Zoom out
Keyboard Controls

Command + + / Command + -


OmniFocus (MacOS)
Zoom in/Zoom out
Format Menu

Command + + / Command + -


Brackets (MacOS)
Zoom in/Zoom out Font
Workspace

Command + + / Command + -


Adobe Captivate 2017 (MacOS)
Zoom out
Magnification

Command + -


Adobe Captivate 2017 (MacOS)
Zoom in
Magnification

Command + +


Brackets (MacOS)
Single lIne Comment
Code Writing

Command + /


Poser Pro (MacOS)
Display>Camera View >Dolly camera
Display

Command + /


Flock (MacOS)
Decrease text size
45 Shortcuts for Flock (MacOS)

Command + -


qBittorrent (MacOS)
Increase Priority
Edit Menu

Command + +


qBittorrent (MacOS)
Decrease Priority
Edit Menu

Command + -


Houdini (Windows)
Combo
OSX Differences

Command


VideoPad Video Editor (MacOS)
Zoom Clip In
Clip Player

Command + +


VideoPad Video Editor (MacOS)
Zoom Clip out
Clip Player

Command + -


Panic Coda (MacOS)
Bigger Font
Editing Shortcuts

Command + +


Panic Coda (MacOS)
Smaller Font
Editing Shortcuts

Command + -


Panic Coda (MacOS)
Un/Comment Selection
Editing Shortcuts

Command + /


Aptana Studio 3 (MacOS)
Notes
Other Shortcuts

Command + /


QuickTime Player (MacOS)
Increase the movie size
Movie size shortcuts

Command + +


QuickTime Player (MacOS)
Decrease the movie size
Movie size shortcuts

Command + -


Xamarin Studio (MonoDevelop) (MacOS)
Toggle Line Comments
Edit Menu

Command + /


Xamarin Studio (MonoDevelop) (MacOS)
Zoom in/Zoom out
View

Command + + / Command + -


OpenSCAD (MacOS)
Zoom in/out
View Shortcuts

Command + + / Command + -


Geany (MacOS)
Go to Previous Word Part
Moving around in the document

Command + /


Geany (MacOS)
Zoom Out
Moving the document

Command + -


SAP Web IDE (MacOS)
Toggle line comment (Option+H on German language keyboard)
47 Shortcuts for SAP Web IDE (MacOS)

Command + /


Ableton Live 9 (MacOS)
Finer Resolution for Dragging
Adjusting Values

Command


Modo (MacOS)
Wireframe Dark
3D Viewport Options

Command + /


Ableton Live 9 (MacOS)
Drop Browser Clips as aScene
Session view Commands

Command


Ableton Live 9 (MacOS)
Finer Resolution for Dragging
Commands for Breakpoint Envelopes

Command


Ableton Live 9 (MacOS)
Click to Add NonadjacentClips/Tracks/Scenes to aMulti-Selection
Zooming, Display and Selection

Command


Vectorworks (MacOS)
Align to Grid
Modify Menu

Command + -


Arduino (MacOS)
Comment
29 Shortcuts for Arduino (MacOS)

Command + /


Ableton Live 9 (MacOS)
Bypass Snapping WhileDragging
Grid Snapping And Drawing

Command


ArtRage 4.5 5 (MacOS)
Zoom in
General

Command + + / Shift + Left Click Drag


Ableton Live 9 (MacOS)
Open Second/MultipleWindows with Plug-In EditButton
Working with Plug-Ins and Devices

Command


Vectorworks (MacOS)
Refresh Instruments
Spotlight Menu

Command + /


MuseScore (MacOS)
Zoom In
Navigation Shortcuts

Command + +


MuseScore (MacOS)
Zoom Out
Navigation Shortcuts

Command + -


WavPad Sound Editor (MacOS)
Zoom in
Zoom Operations

Command + +


WavPad Sound Editor (MacOS)
Zoom out
Zoom Operations

Command + -


FlexiSign Pro 8.1 (MacOS)
Zoom Out
View Shortcuts

Command + -


Apple XCode 8 (MacOS)
Comment Selection
Code Editing

Command + /


Adobe Dreamweaver (MacOS)
Toggle line comment
Coding Shortcuts

Command + /


Adobe After Effects CS5 (MacOS)
Add selected items to most recently activated composition
Footage

Command + /


Adobe Dreamweaver (MacOS)
Zoom Out (Design and Live View)
Magnification

Command + -


Adobe Dreamweaver (MacOS)
Increase Font Size
Magnification

Command + +


Adobe Dreamweaver (MacOS)
Decrease Font Size
Magnification

Command + -