One thing I miss from Windows-- the ability to easily access any menu item from the keyboard (not just items that have a defined keyboard shortcut). Yes, it can be done, but not "out of the box" using individual keystrokes to navigate each level of the hierarchy.
CTRL-F2 puts focus on the menu bar and you can use cursors from there. The &Accelerator keys common on windows menus though.. often aren't around, but at least in some apps have a zillion hotkeys assigned.
What are some common Mac annoyances that you face day to day?
91–100 of 101 posts
Re: What are some common Mac annoyances that you face day to day?
#92The custom "framework" system for Ruby and Python is a minor annoyance when you want to customize or upgrade them. Apple puts python in one place, the python community installers put it in another, and neither is where you'd install it on your own. Although installing most things and building from source are pretty much the same as with linux, if there is already an apple-installed version you might find you need to…
Re: What are some common Mac annoyances that you face day to day?
#93Inability to resize windows from any corner except the bottom right.
Re: What are some common Mac annoyances that you face day to day?
#94I think the thing that bugs me the most is the fact that there is no way to create a new window from the dock. The only thing that the dock does is start the application if it is not running or activate the application if it is running.
Re: What are some common Mac annoyances that you face day to day?
#95Re: What are some common Mac annoyances that you face day to day?
#96I think the thing that bugs me the most is the fact that there is no way to create a new window from the dock. The only thing that the dock does is start the application if it is not running or activate the application if it is running.
If you right-click (or two-finger click) on a Dock icon it brings up a mini-menu, but I don't know if any of these include "New Window". It varies by app.
Re: What are some common Mac annoyances that you face day to day?
#97OSX Virtual Desktops (Spaces) don't work too well, they have problems with application-centrism, and with particular programs not understanding them, that includes TextMate.
As for hardware faults, single mouse button on trackpad is a massive pain.
Re: What are some common Mac annoyances that you face day to day?
#98Earlier quoted context omitted.
He asks for $2.99 min so his paypal fees are payed, etc. I gave a bit more and got a personal thank you. It does have a demo mode as well.
The posts from the people that are releasing the sales data are extremely interesting to me. Thanks! As an aside, does anyone know of an agregator of blog posts concerning sales data for ISV's?
Re: What are some common Mac annoyances that you face day to day?
#99I can't think of any common annoyances. I come from the Linux desktop world, so having a GUI that works right is great. It was hard to get used to the close in the top left and drag in the bottom right only at first but I don't even notice that anymore. Under the hood it is Unix, includes Python and wxPython by default, Xcode is free and an awesome development environment so I can do as much and more than I can with…
VirtualBox is a very good alternative and open source which is always a plus.
Re: What are some common Mac annoyances that you face day to day?
#100Earlier quoted context omitted.
A friend of mine just got his first mac recently, and he mentioned this same complaint to me - I had no idea, because I almost never use the Finder for file management. (I assumed you could do cut & paste) I always just use 'mv', etc. from a terminal. So this is genuine curiosity - is there something that other people do for which a Finder window and cut and paste is better/faster/less prone to mistakes, or is it jus…
Sure, if you need to move a bunch of files whose names don't match any particular pattern, then using a GUI tends to be more efficient. Suppose you have a directory with a hundred documents in it, and you want to categorize them into subdirectories. With a shell, you'll probably actually need to have two terminals open, one to keep the full list of files available, and one to type commands. You'll mv file1, file3, fi…
At first I couldn't think of a real use-case that matched your description, but then I realized one that might be close - Say I want to copy some pictures in a directory that relate to a craigslist posting over into another directory. I've done that. And since I only ever use those photos once, I prefer not to import them into something like iPhoto or the like.
So that's a case for having a GUI file manager, but (back to the original point), I'm not sure it's a case for cut n' paste.