Keyboard shortcut for opening "hyperlink under the caret" in Evernote for Mac - evernote

Is there any keyboard shortcut for opening "hyperlink under the caret" in Evernote for Mac?
I often find myself in a need to open the hyperlink (or even note link) under a caret and using the mouse is not comfortable and quite slow for me.
I've found following reference for windows: https://www.shortcutworld.com/en/win/Evernote.html
There is "Open hyperlink under caret (or use Ctrl+Enter)".
Unfortunately, I couldn't find such shortcut for Mac: https://www.shortcutworld.com/en/mac/Evernote.html
Isn't this possible at all?

Evernote for Mac does not support a keyboard shortcut for opening a link.
However, you could probably make a custom automator action to open a browser from selected text.
http://blog.fosketts.net/2010/08/09/assign-keyboard-shortcut-applescript-automator-service/

Related

Disable the zooming keyboard shortcuts in RStudio

RStudio provides the option to use CTRL++ to zoom in on the whole workspace and I often hit that combination by accident, when I would like to execute selected code with CTRL+Enter. This is wasting time and I need to zoom out again afterwards.
So I would like to know if there's the possibility to disable these keybindings. These keyboard shortcuts are not available to edit under Tools - Modify Keyboard Shortcuts.
Rstudio version 1.1.456.

R.Studio: Lost my code changes while zooming out using "ctrl" + "-" in Rstudio source editor

I was using ctrl + - to make the code font smaller (or zooming out) in the R studio source editor and I got the pop up window (picture attached).
I think I pressed OK by mistake and I lost a huge chunk of code. How can I recover that?
Also. it makes me bit skeptical of using Rstudio. Pop out message
ctrl + z is the undo command (Windows)
For other shortcuts:
https://support.rstudio.com/hc/en-us/articles/200711853-Keyboard-Shortcuts
From a beginner standpoint, I find rstudio to be one of the most user friendly dedicated IDE's available for any programming language.
If you are on Windows, a JSON file with your code is available at
C:\Users[your user]\AppData\Local\RStudio-Desktop\sources
Follow instructions as:
https://stackoverflow.com/a/51433764/3142205
This is a terrible bug that RStudio has. I have never seen a code editor that every time you change the zoom level you lose your code! It is a terrible issue that makes me wonder if I should go back to Notepad++. I have never lost a file using Notepad++.
Updated: This issue has been solved in RStudio 1.2.1335 "Allow changing zoom level without reloading (#2125)".
In this case I immediately press ctrl + z. If this is not recovering your code try with history tab -> go to history tab:
Use ctrl with + on the right keyboard, don't use key.
may the shortcut of Zoom Source Editor with Ctrl+Shift+1 is a substitute plan.
It’s a pity that Rstudio doesn't provides a support to ctrl + +/-(mouse scroll)

Atom editor : Bookmark package: bookmark toggle not working with default key mapping

I use Atom 1.8.0 on Windows 7.
The keymapping says, 'ctrl-alt-f2' with selector '.platform-win32 atom-text-editor'. If I press the combination of buttons, nothing happens.
I mapped the bookmark toggle operation to another key mapping ('ctrl-shift-1') just to see if it works, and it works. My problem of bookmarking is solved, but I wanted to know why the default combination is not working.
What am I doing wrong ? How can I trouble shoot this to find the root cause ?
The keybinding-resolver is a great way to detect conflicting keyboard shortcuts. If there are conflicts, you can use unset! to disable existing shortcuts.
If the problem persists, make sure the same shortcut isn't used globally. There is a GitHub issue reporting the Intel Graphics Control Panel is using the same shortcut globally.

important hotkeys don't work anymore after RStudio update to 0.99.878

I recently updated RStudio for Windows via download link mainly due to interest in the new features of the most recent version 0.99.878. Unfortunaly after the installation some important hotkeys behave different in the source editor, while they still work in the Console. I.e.
Ctrl+S starts an "isearch"
Ctrl+V jumps to the end of the document
When I enter Ctrl+X+(S or V) the hotkeys work as they should. The hotkeys can be customized, however when I open the Keyboard Shortcuts dialog it shows me the settings for the hotkeys. Also the cursor has turned to a shiny green rectangle (insert isn't activated).
The problems remains after switching the project. Also reinstalling Rstudio 0.99.878 didn't work out. I've seen a similar issue here, but think mine is different as it is installation related. I might have accidentally activated a special editor setting but couldn't find any.
It sounds like you may have (accidentally?) activated Emacs keybindings. If you go to Tools -> Global Options..., you can reset the preference here:

How to make Aptana's keyboard shortcuts to be layout independent?

Aptana Studio 3.6.1.
When I edit source code in Aptana I want to save it on disk. While I am in English keyboard layout I can press Ctrl+S. But when I use Russian keyboard layout this shortcut does not work.
you can get shortcut key combinations via Help > Key Assist

Resources