Reload hotkey in genymotion - genymotion

in android emulator it's possible to reload an app with pressing the r key twice.
What's the equivalent in Genymotion?
Ctrl + M opens the dev menu, but it's cumbersome to use it for reloading.
Also the reload shortcut doesn't appear in the official docs. Am I missing something?

If you tap the R key twice in quick succession, it will reload the app.

Related

Find background shortcuts on windows

I'm having problem using one of the shortcuts in VS Code ctrl + shift + L but it works from selection menu.
I have noticed there is a loading circle above cursor when I press that shortcut (even in other apps) and I assumed maybe it's a different shortcut for windows which overrides it.
is there any app that would show me what is triggered when I use shortcuts in windows 10?
VS code developer shortcut troubleshooting doesn't recognize any shortcut but it does for ctrl + shift + S(workbench.action.files.saveAs) for example.
AMD Radeon software was interfering with the shortcut on the background.
disabled it on "hotkeys" section.
It didn't solve every shortcut malfunction, it resolved after I updated the graphic driver.

Karabiner-Elements Ctrl + Left Click to Left Click doesn't work

Using Mac OS Catalina and on Mac OS a Ctrl + Left click = Right click. This is very annoying however I found a post that showed how Karabiner-Elements could fix this. I imported the rule and it is enabled, however it still doesn't work and Ctrl + left Click still = Right Click. Any help to get this working would be appreciated.
Update: opened event viewer and found that left clicks and right click don't show up, is this supposed to happen or do I need to enable Karabiner reading mouse in settings somehow?
I think using an older version of Karabiner-Elements is a bad ideal. If you're using a mouse, then you need to turn on the corresponding device to make it continue to work. Karabiner-Elements Preferences -> Devices -> Basic configuration and enable the mouse, which is useful for me when use IDEA for source code tracking

Xcode Preview Resume Button Shortcut

Is there a keyboard-shortcut to click the resume button in the canvas on Xcode Previews, instead of clicking it every time?
⌘ command + option + P is what you're looking for.
Quick Answer
Editor -> Previews -> Refresh
Refresh canvas shortcut
⌥ option + ⌘ command + P
Open canvas shortcut
⌥ option + ⌘ command + ↩ return
💡 Automated way to refresh the preview
Note that there is an option called Automatically Refresh Canvas that is enabled by default and helps you to not refreshing it manually again and again.
🎁 How to find ANY macOS apps shortcuts
In almost all macOS apps, you can use help menu to find the submenu item you want (some kind of preview in this case). And it will show you the exact location of the submenu alongside the associated shortcut:
I have searched for preview for this case :)

What is the shortcut for inspecting elements in Firefox

I read the documentation about Firefox's page inspector. I didn't find any shortcut for inspecting an element directly without clicking the button 'choose element with mouse'. The documentation for opening the inspector itself even looks to be wrong.
You open it with cmd + option + i on OSX rather than cmd + option + c as described in the documentation.
Using Firefox v24
It seems that Ctrl+Shift+C always open the inspector in "choose element with mouse" mode. [Linux, FF 26.0. Also works in Chrome.]
It's not exactly the same flow as context menu -> inspect element but I find it more useful. The hover tooltip sometimes gives me all the info I need. And it's more reliable — just opening the context menu generates a mouse event while Ctrl+Shift+C doesn't. E.g. with CodeMirror which plays games with invisible elements, using context menu usually lands me in the hidden textarea or fake cursor, while "choose with mouse" mode reliably gives me the styled editor content I wanted to inspect.
Windows: Ctrl+Shift+C.
Mac: Cmd+Option+C.
Ctr + Shift + C and function F12 button is default inspect element button for every browser.
So if firebug isn't installed in your firefox then F12 button is the shortest shortcut for your goal.
I'm not sure about the way you do it in Mac OS, but on windows, if you select the element by pressing tab until you reach it, if you press the context menu key and then Q, you open the inspector on that specific element, like it happens when you right click on it.
I believe the context menu key is not a mac thing, but it seems that there are people that worked around to do it. See this question: How do I open the context menu from a Mac keyboard?.
On Mac (I'm using Yosemite though), it's Command ⌘ + Option + c.
On Linux (Ubuntu 18.04) and Firefox (version 72.0.2) it's CTRL + SHIFT + i , or hotkey F12.

disable or change shortcut of fullscreen mode in Firefox 3.6 due to Firebug shortcut conflict

I am using Firebug with Firefox 3.6 on OSX 10.5.8. Since FF 3.6 there is a shortcut to activate fullscreen mode which is "shift" + "command" + "F". But it is the exact same shortcut of Firebug to launch "Display Element Information".
Since i never and don't really need fullscreen mode and use extensively the "Display Element Information" feature of firebug; i am trying to either change the firebug shortcut or disable the FF shortcut.
I tried finding something when accessing about:config but could not find anything relevant.
Does anybody has a solution or hack?
cheers
Change FireFox Shortcuts:
There is an extension called KeyConfig that allows you to change the keyboard shortcuts in FireFox. You can find it at the following URL:
http://forums.mozillazine.org/viewtopic.php?f=48&t=72994
Change FireBug Shortcuts*:
Open the FireBug Panel
Click the FireBug icon on the top left
Select "Customize Shortcuts"
Change the shortcuts you want then restart FireFox
*Note:
I am using FireBug 1.5
I am not sure if the option you want is in the list of shortcuts you need to change.
Hope this helps.
I think the shortcut you are referring to is actually part of the Web Developer plugin, not Firebug. Firebug has a simliar "Inspect Element" function that uses Ctrl-I.
If you don't want to install yet another plugin, just to change one shortcut, then you will have to change the Web Developer shortcut to something else.
I've tried overriding this behaviour using the OSX System Preferences, creating an Application-only shortcut to the menu item: Tools->Web Developer->CSS->View Style Information, but no dice. This plug-in, while one of the most useful that I've found, has always seemed kind of shoddy. It's rarely updated, and bugs seem to live on forever. It breaks every time FF is updated. etc etc. But I still love it.
Not sure which extension is causing this for you. Just checked Web Developer Toolbar and don't see Cmd-Shift-F anywhere.
One newer feature in Firebug is the Customize Keyboard Shortcuts preferences panel on the Firebug menu. Open Firebug, click on the Firebug bug icon menu in the top left of the panel and select Customize Keyboard Shortcuts from the menu that shows up. You'll likely need a restart for these changes to take effect.
Well, now i feel very stupid !!!!
Indeed it is a shortcut from the Web Dev Toolbar and not firebug. I used these 2 so much during a day of work that i forgot they are 2 separate add-ons.
I was able to change the shortcut via the "Options" menu of the Web Dev Toolbar.
And just in case someone changes a shortcut, remember to restart FF for the changes to take effect.
mea culpa.
But thank you every one for helping.
Case closed !

Resources