Confused about mac shortcut "option + /" - google-sheets

There should be the keyboard shortcut "option + /" on mac to open the help menu in google sheets. However, when I press the keyboard combination (to be exact i press the option/^ key plus the 7 key where the slash is) nothing happens. Can anyone tell me what I'm doing wrong?

You have an international keyboard, and some keyboard shortcuts that use keys like / will not work because of differing key locations in the keyboard. On a Mac, press Ctrl + ⌥ to open the Help menu, then press arrow down to enter the Search the menus field.

Related

Where do iOS Simulator screen recordings go?

Sorry if this is obvious, but where do iOS Simulator screen recordings go? They are not on my Desktop.
I accidentally started a screen recording and it recorded for like an hour before I stopped it. I'd like to delete that file but I can't find any indication on where that video file is getting stored and Google has been no help.
to record a video in IOS Simulator.
Open File menu > Record Screen or ⌘ - command + R .
Simulator saves screenshot file on (logged-in user's) desktop and it's the default path.
To change the default path (with Xcode 9+), press and hold ⌥ the Option (alt) button from the keyboard, while you take a screenshot.
Or
Using Mac Keyboard: Press keys ⌥ Option + ⌘ + s altogether.
It will show a dialog with file storage options and also allows to set/change the default path.

How to do "command touch" keyboard shortcut Swift

I have added keyboard shortcuts to my project and am trying to figure out how to do a shortcut for holding down the command key and tapping on a tableview cell (or anything in the app). I'm assuming there has to be a touch input of some kind but I can not find anything.
You can think of this like how in safari on iPad if you hold the command key and press a link the link opens in a new tab. Please let me know if you know how to do this!

MobaXterm right mouse button double click

Recently I have updated/upgraded to version 10.2, free personal edition. I think right after the upgrade, the right-mouse-button behaviors changed.
I am a long time unix user, I always high light a selection in the term, and then double click the right-mouse-button to paste the selection in the place where the mouse cursor is.
But now, the context menu pops up when clicking the RMB regardless one-clicking or double clicking, and I have select the paste from the menu to paste the selection.
I don't see the reason why MobaXterm should change the behave in such a way that is annoying and inconvenient.
How can I change it back to the way before like any other Xterm apps?
I found the setting:
Settings | Terminal
The check box Paste using right-click is default to unchecked.
check this box, and restart MobaXterm, the RMB double click will paste the selection without the context menu popping up.
Go to Settings tab on the Top Panel
Select Settings->Configuration.
Under the Terminal Tab, inside the "Terminal Features" Panel. Toggle "Paste using right-click" to ☑️ ( toggle : yes).

disable control character input from keyboard shortcuts in notepad++

Is there a way to disable the input of control characters in NotePad++? For example if I press the following keyboard shortcuts it inserts a control character into my file.
ctrl + shift + A [SOH]
ctrl + shift + Z [SUB]
ctrl + shift + X [CAN]
ctrl + shift + C [ETX]
ctrl + shift + V [SYN]
I use other NotePad++ keyboard shortcuts as well as AutoHotKey extensively. I have had some wrist strain and have been trying to limit my use of the mouse and other repetitive motions. There are instances when I inadvertently hit one of the above keystrokes instead of a different shortcut, thereby entering an unwanted character in my code that I have to remove. Is there any easy way to disable these hotkeys from inputing these characters in Notepad++?
It seems like other basic text editors like Windows Notepad will either not enter these characters or not show them when editing, so it seems like there should be a way to disable the input of these types of characters.
Other questions that I found were about removing these characters from output or how to input these characters. Other general questions about Windows keyboard settings were talking about advanced key settings under keyboards to prevent the Left Alt + Shift shortcut to switch between input languages although I only have one keyboard there. I want to find a way to easily prevent myself from accidentally entering in these characters.
Displaying Control character [SOH] as blank space or else in Notepad++
How to disable 'shift'+'alt' keyboard shortcut in Notepad++
Code below is written in AutoHotkey and disables all the offending key combos:
#IfWinActive, ahk_class Notepad++
^+a::return
^+z::return
^+x::return
^+c::return
^+v::return
#IfWinactive
; other hotkeys go here or define another window

Appcode - Select Current File

In Xcode I can press Shift-Cmd-J to select the current file on the left.
Is there a shortcut that does the same in Appcode?
The closest equivalent (as far as I know) is the "Select in..." command. The standard shortcut is ⌥F1, but you can change that in the Keymap settings.
It requires an additional ⏎ to select the current file in the project navigator (you can also reveal it in the Finder or structure view this way), so it isn't exactly the same.
⌥-F1 then press ENTER will do this for you.
It will just bring up a menu but by hitting enter you are selecting the default option.
There is an app I use called cheat sheet which is handy for this kind of thing.
Cheat Sheet - hold down ⌘ and it shows all keyboard shortcuts for the app you're currently in.

Resources