Think the title covers it.
Just wondering if there is a keyboard shortcut for the 'run selected' drop down on the web ui.
Would be great if there was.
It's Ctrl+E.
The list of supported keyboard shortcuts is here: https://cloud.google.com/bigquery/bigquery-web-ui#keyboardshortcuts
I've tried lots of different combinations, but to no avail! It would appear that there is no shortcut available for "Run Selected". You could raise a feature request here.
This feature was recently (yesterday?) re-released by Google, but shortcut was blocked by BigQuery Mate for those of you who are using it. Sorry for this.
It is just fixed now (v.1.5.72)
Note: I added Ctrl-F5 in addition to built-in Ctrl-E for "Run Selected"
I will check if there are other similar confilicts - but please comment if you see any.
Related
Currently I run with spell check disabled globally in IntelliJ as it ends up being more annoying than helpful most of the time. But there are many times where I'd like to quickly toggle it on and off to check the spelling of things I'm unsure of.
My current workflow in this case is to switch over to sublime then hit my toggle spell check key binding there and then jump back to IntelliJ, which isn't really ideal.
After Google searching around for it all I found was "how to disable spellcheck in IntelliJ" which I already know how to do and searching for "toggle inspection shortcut" was also unfruitful. So does anyone here happen to know if there's a way to bind toggle spell check(or toggle an individual inspection) to a keyboard shortcut in IntelliJ?
If not I might end up writing my own IntelliJ plugin today as I really really want this..
The best thing you can do with out-of-the-box functionality is using Analyze | Run Inspection by Name..., selecting "Typo" from the list and then selecting the scope to run it on.
If you want to run it with a single keyboard shortcut, you'd indeed need to write a simple plugin.
So I ended up making the plugin this late-ish afternoon in a couple hours (thank you yole for telling me it couldn't be done without a plugin before I started work on the plugin). I added the spell check toggle I wanted plus 3 custom toggle bindings that can be bound to any inspection you want.
It's currentley awaiting moderation to get in the JetBrains plugin repository but you can download the plugin jar from my website here.
And I put the source code up on GitHub here
Recently, FoxitReader for Linux was officially introduced and I love it.
http://www.webupd8.org/2015/09/foxit-pdf-reader-sees-new-linux-release.html
However, somehow FoxitReader does not support shortcut keys for any comment tools. This is quite inconvenience for me, especially when I have to use the trackpad of my laptop to select the tool first.
So I would like to ask if is there any way to configure the shortcut keys of FoxitReader?
I do not see this feature in the preference of FoxitReader, so looking into the configuration files of FoxitReader in Linux could be a possible solution. But I am don't know how to do it.
Thanks for taking time reading my post!
Not sure for linux but in window u can do this
Right click on toolbar at top
select customise quick access toolbar
then follow this
Update:
Foxit version 2.4.1
By default, they provide for highlight light text using Ctrl+h (Linux)
Unfortunately this feature is not currently available. I'm sorry I can't give you a better answer. We (Foxit) are currently working on adding shortcut keys in future versions.
Try:
Right-click the toolbar region -> Customize Toolbar -> choose the Keyboard tab -> choose the View menu -> change the shortcuts for Next Page and Previous Page.
See the shortcuts available in foxit.
For the newest version:
Right click the ribbon under the "Home" section.
Select customize ribbon.
Navigate to the keyboard tab
I used this specifically to set the highlight tool. The section to find the highlight tool option is not intuitive so if your interested in setting the highlight shortcut just navigate to the comment section.
It is impossible to customized the shortcut on the Linux version. But for the windows version, Adiii has provided the solutions.
Two commonly used shortcut, which is already predefined in the Linux version is
CTRL + L: highlight
CTRL + N: note
Hope it helps.
The FoxIt Linux version do not support keyboard customization, BUT we can easily use FoxIt (Windows) on Linux via Wine + PlayOnLinux.
I set it up on my Ubuntu 18 by:
Download the Foxit Windows version from https://www.foxitsoftware.com/pdf-reader/
Install via PlayOnLinux. (including adding a shortcut to the FoxitReader.exe)
Move the shortcut FoxitReader.desktop to the .local/share/applications and select any pdf file > properties > set the default application as FoxitReader.
This gives me the power of keyboard shortcut customization at a small price of slightly longer startup time.
The answer provided by user Adiii is sufficient above.
I would like to add,
the default option to highlight on foxit linux is ctrl + H
that option is occupied on windows for entering reading mode, since u would be highlighting more than entering the reading mode, assining alt+H to reading mode and assigning ctrl + H to highlight is the prudent choice.
Is it possible to search through the attached sources in IntelliJIDEA 13?
If it is, how to enable that feature?
Thanks in advance.
Hitting the shift key twice should bring up the "search everywhere" dialog.
This reference is for version 14, but I believe it is still valid for version 13.
https://www.jetbrains.com/idea/help/searching-everywhere.html
I found the solution for my problem:
In the search dialog (Ctrl+Shift+F) click on custom scope and click on ellipsis button.
Then use the following pattern:
lib:*.*
All the sources will be included in your search.
Is there a shortcut for focusing the Filter box in tool windows, specifically the Change Log?
See the attached screenshot to know which field I'm talking about. I searched the net and key map, but found nothing like that.
I have confirmed at Jetbrains that unfortunately it's not possible yet: http://devnet.jetbrains.com/message/5520523#5520523
Just start typing with the focus inside the tool window. IDEA invokes the search automatically. To select the item, press Enter. To cancel, press Esc.
This feature is called Tool Window Speed Search.
IntelliJ IDEA 13 has the new Search Anywhere feature. It sounds like it might be useful, but so far it just gets in the way. It's mapped to some kind of magical shift-based shortcut, and it comes up every time I try to shift-click to select text. When this happens, the pop-up flickers and gets into some stuck state, so the only way to get rid of it is to click in the editor pane, which of course loses the selection.
I call the shortcut "magical" because the Search Everywhere action appears in the Settings → Keymap list with no mapping, so I can't remove this mapping the usual way. Searching the dialog for search gives no relevant results.
How can I disable this buggy feature until it's ready for production use, and get back the ability to select text?
To disable the "Search everywhere" feature, you need to invoke "Go to action" (Ctrl+Shift+A), then type "Registry...".
Scroll down to "ide.suppress.double.click.handler" and check the box.
Source: https://youtrack.jetbrains.com/issue/IDEA-161094
After updating to build 133.331, I tried assigning a normal shortcut to it in Settings → Keymap, and that made it stop appearing on double-shift.
The settings for the new version have changed
Version: IDEA 2021.2.3
Preference > Advanced Settings
Scroll down to "User Interface", find "Disable double modifier key shortcuts" and check the box.
It's called Search Everywhere, and it's present in keymap.
For me it's perfectly disabled.
EDIT As I'v found it is hardcoded now, and will popup at doubleshift source
There is also an issue at jira, about this problem.
I hope it will be fixed soon.
from: https://youtrack.jetbrains.com/issue/IDEA-161094
In IDEA 2021.2:
You could enable the Settings (Preference on macOS) |
Advanced Settings | Disable double modifier key shortcuts option to
disable it.
This problem is still present under linux (ubuntu amd64 16.10 ) on Android Studio using X11Rdp for remote connection, maybe in other situations too - the Search Everywhere dialog appear on single Shift press.
The answer is here
https://youtrack.jetbrains.com/issue/IDEA-114933#comment=27-603899
Basically you need to
Open lib/resources.jar/idea/PlatformActions.xml and remove or comment such line:
<action id="SearchEverywhere" class="com.intellij.ide.actions.SearchEverywhereAction" />
and repack the jar.
Since end of 2017 you can add -Dide.suppress.double.click.handler=true to the custom VM options: cf. the answer from JetBrains.