I am running latest Yosemite 10.10.4 on latest MacMini model. Somehow the magnification is enabled BUT the checkbox is not editable so I cannot turn it OFF or change the size. I am a Mac user for MANY years and have never seen this. How to change it? I have also run PRAM reset, repaired permissions. Nothing I have found on web is working.
OSX Yosemite Dock magnification disabled
1k views Asked by maziman84 At
2
There are 2 answers
1
Yuriy Buha
On
See if this works
To temporarily enable Dock magnification on your Mac, hold down Control+Shift as you mouse over the Dock icons. To turn it off again, just release the Control and Shift keys.
Source: http://mactoids.com/keyboard-shortcut-for-dock-magnification/
Also to increase the maximum magnification size, try running this in terminal
defaults write com.apple.dock largesize -float 128.000000
killall Dock
Source: http://www.maclife.com/article/features/4_terminal_tricks_customizing_your_os_x_dock
Related Questions in MACOS
- Error installing Nativescript on Mac M2 Sonoma 14.4.1
- macOS - Most secure way of a GUI SUDO_ASKPASS
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- ZSH function parameters conundrum
- how to make read only file/directory in Mac writable
- macOS BigSur - Unable to run bundled php version or brew php 8
- 9 Digit Addresses in Hexadecimal System in MacOS
- MacOS Bash-Script: while read p and echo
- How to make a range for tail rows on a categorized table in Numbers with JXA scripts?
- Cannot build a basic project with curl on Mac (M2) for Raspberry Pi Pico
- How to recover deleted files from create vite react project
- Can't run built SFML project from Xcode template
- React Native - RealmJS - Linker command failed with exit code 1
- How can I manually add a keyboard shortcut to a Shortcut Action Service directly via the system files, without going through the System Prefs GUI?
Related Questions in DOCK
- Using AppleScript (or Python PyObjC) to list out all applications in the Dock on Mac (All parts)
- delphi devexpress how to dock Tform in dxdockpanel at runetime (SDI project)
- com.apple.dock.plist is changed in macOS14.0 and later
- adding recent open document list in non document based app
- How add new options to the dock icon menu
- The LSUIElement key in Info.plist is being ignored (AvaloniaUI, net7.0-macos)
- Can I make a macOS app made of Python script behave in the Dock like normal apps do?
- How to hide the Dock Icon in Jetpack Compose Desktop?
- How to set an icon for an executable that isn't the app's main CFBundleExecutable?
- Why can't find ffmpeg || ffprobe error in Docker build even locally it's working fine
- KDE/Qt5 Minimize animation wrong target with own dock application
- Multiple dock icons for single Electron app?
- composer install command not working while installing cattr
- How to make sure that my app icon does not stay in the "recently used apps" on the Dock?
- dock video appear when scoll and disappear when next article is in the viewport
Related Questions in OSX-YOSEMITE
- macOS 12.2.X (Monterey) as a developer account -- how can I "csrutil disable" all my APFS partitions?
- VS Code Stop Support for Yosemite Mac OS 10.10 as Electron fails
- Command not found after installing php
- What is the minimum version of macos Apple support?
- How do I copy to clipboard in Safari 8 on Yosemite OS X?
- existing bash script for deleting old backup files - how does it work?
- How to get FavIcon of the current tab in macos(OSX) Swift
- Error installing postgresql with homebrew
- Cannot install anything with brew, Error: Failed to download resource "git--html"
- Rails 5.1.7 Server Hangs On First Request
- Mac command batch not finding file
- Swift writing log file in yosemite
- How to debug webrtc osx project use xcode
- 'Emulator can not be opened because of a problem' AVD not working in Android Studio on Mac Yosemite
- Trying to install git-osx for the first time, download does nothing
Related Questions in MAGNIFICATION
- when i use the magnification api, i get a linker error?
- How to get the X and Y coordinates of the magnified image?
- Talkback reading extra comma in Android 12
- Android 10 Enabled Magnification is not working properly on my device
- How to 2x screen pixels so each pixel is represented as 4 pixels in a square?
- Trying to both magnify and track coordinates in React project
- How to zoom in on image in React
- Is it possible to optimize this formula?
- Is there a way to detect magnification accessibility feature from all shortcuts on android?
- Use Magnification API to capture sub screen failed on Windows10
- How to enlarge a part of the figure and insert it on top of the same plot?
- SwiftUI (Xcode 14.0.1) - Simultaneous Gestures (DragGesture & MagnificationGesture) - drag killed after magnification gesture activated
- Strange magnification behavior: scale starts at 1
- SwiftUI MagnificationGesture not working properly on Mac
- How to get the image underneath my Delphi form?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
System preferences / Dock / check magnification checkbox
Else in terminal run
defaults write com.apple.dock largesize -float 128.000000
killall Dock