Monodevelop / Mac - cycle open documents - keyboard-shortcuts

Environment is MonoDevelop 3.1.1 / Mac OS X 10.8.2 / Macbook Pro w/North American English keyboard
What keyboard shortcut cycles forward/backward through open documents?
I saw this document which seems to suggest CTRL + PgDn and CTRL + PgUp, however it doesn't work for me (on a laptop as described, so I used CTRL + fn + DownArrow and CTRL + fn + UpArrow).
Thanks!

In Xamarin Studio 4.0 on OSX 10.8.2, the keyboard shortcuts for switching between tabs (representing open documents) are Option + Command + LeftArrow and Option + Command + RightArrow.
Xamarin Studio is based on MonoDevelop, so the keyboard shortcuts might be the same.

As of MonoDevelop 4.0, ctrl + tab allows you to cycle through open tabs/documents (in both Windows and Mac environments).

Related

How to goto Definition using **alt +click**

How do i activate Goto definition function in Microsoft visual studio code using alt + click key combination.
i am using the latest version of vs-code on Linux mint 20.3 cinnamon edge. i was initially able to perform the needed functionality on Manjaro kde plasma (6 months ago) but it seems the new updates have changed a lot of things. I am able to use alt + click in windows but not in Linux mint, it's so frustrating!!
I understand i need to have C/C++ intelliscence extension installed in vs-code. i have tried to install the needed extensions but to no avail. Microsoft says i need to use f12, this works perfectly but i need the old key combination i.e. alt + click. Or if anybody know how to add mouse button to vs-code key mapping?
thanks.

Scrolling is too fast with touchpad

When I try to scroll using the touchpad in VScode it is too fast but if I connect an external mouse it works perfectly and if I use the touchpad on for example notepad it scrolls perfectly.
My laptop is Lenovo IdeaPad L340
Os: Windows 11 but the problem was also on windows 10
Open regedit, go to HKEY_CURRENT_USER -> SOFTWARE -> Elantech -> Smartpad, change ScrollControl_Mode from 0 to 1

Rstudio server in a (firefox) browser: confict between shortcuts

I am using Rstudio Server from within Firefox. This allows me to run Rstudio as if I was using its desktop version. A key difference is that there is now a conflict between Rstudio definition of shortcuts, and firefox ones:
Both have open (Ctrl + O), save (Ctrl + S) but Rstudio takes precedence
Both have Ctrl + W, but here firefox (or the System, one?) takes precedence (meaning I am closing the whole firefox window, not Rstudio tab)
Switch tab shortcut will switch firefox tabs, not rstudio tabs
How does precedence works? And how should I do if I wanted that when I am in rstudio in a firefox tab, switch tab switches among rstudio tabs? This is discussed a little here but no good solution offered so far. I am using Ubuntu if this plays a role...
Thanks!

How to fix ctrl space shortcut for my IDE using Linux Mint?

On a Linux Mint machine using Cinnamon, the ctrl + space does not work. It appears to do exactly nothing, even though the keymapping is properly configured in PhpStorm.
This problem does not only apply to PhpStorm, but also Eclipse or Netbeans, so I assume this is related to Linux Mint.
I have found the solution, which is:
disabling the shortcut for "IBus", which was set to ctrl-space after upgrading from 14 to 17.
If you search your applications for "ibus" ... you should see "Keyboard Input Methods" pop.
Click on that app, and the very first option you can set is the
keyboard shortcut for "Next input method". Click this, then "delete"
in the popup that shows. Immediate fix for me with PHPStorm not
registering any ctrl-space command.

Typing 'Ctrl' in webstorm 'Enter Keyboard Shortcut' does not work

I'm trying to configure some keymaps in Webstorm, but when I hit Ctrl or Shift in the 'Enter Keyboard Shortcut' dialog it does not have any effect. I'm using Ubuntu and Webstorm 10.
Do you have any idea what the problem is?