lalo5 / audioswitch

Automatically exported from code.google.com/p/audioswitch
0 stars 0 forks source link

Right click no longer switches audio output #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Right click icon, audio output rotates
2.
3.

What is the expected output? What do you see instead?
The audio is rotated. Current version just pops up a menu and there is no way 
to switch audio without clicking 2-3 times

What version of the product are you using? On what operating system?
Windows 8, RC10

Please provide any additional information below.

Original issue reported on code.google.com by alos...@gmail.com on 23 Jun 2015 at 5:33

GoogleCodeExporter commented 8 years ago
Please, would you provide an option to do this? It was so easy to change the 
default playback device without touching the keyboard.

Original comment by jagodoy2...@gmail.com on 24 Jun 2015 at 1:20

GoogleCodeExporter commented 8 years ago
well, the natural behavior is to show the context menu on a tray icon when it's 
right-clicked. Would middle mouse click be good enough maybe? There really 
seems no perfect solution here, we don't have enough buttons on the mouse! :D

Original comment by tanelte...@gmail.com on 24 Jun 2015 at 1:38

GoogleCodeExporter commented 8 years ago
That's true about the natural behavior and I can see for new users it would be 
very difficult to understand how to get to the menu. The whole F1 thing took me 
forever to figure out. 

Maybe a flag that changes the behavior of left click to either rotate or pop up 
the selection menu. I love some of the new features, but the whole point of 
this thing was a one-click solution. 

Let me know if I can help somehow. I'm a dev too. 

Original comment by alos...@gmail.com on 24 Jun 2015 at 5:33

GoogleCodeExporter commented 8 years ago
Button down event is fired only when button is released on the icon due to the 
need for dragging the icon in tray, otherwise we could use long click for menu 
and short for switching. Maybe to add option to open menu on icon when 
AudioSwitch is already open and quick switch device when it's closed?

Original comment by tanelte...@gmail.com on 25 Jun 2015 at 4:05

GoogleCodeExporter commented 8 years ago
I've been thinking about this and why not just add a button in the left-click 
interface that pops up. A little cogwheel for settings. Leave right click to 
switch outputs.

Original comment by alos...@gmail.com on 25 Jun 2015 at 6:39