I recently upgraded to Adobe Dreamweaver CS6. I have backup my CS5 keyboard shortcuts into a "dreamweaver shortcut.htm" file from the Edit Menu > Keyboard Shortcuts option but I am just not able to find an import option in cs6 or any of the old dreamweaver versions as well to import my old shortcuts into the new version.
If anybody knows the import method for keyboard shortcut in Dreamweaver please let me know.
Thanks in advance !!
This worked for me in Win7:
(Replace [your_profile] with the name you use to log in to this machine. If you're not using the English-language version, you'll need to change en_US to your local variant too.)
Go to:
C:\Users[your_profile]\AppData\Roaming\Adobe\Dreamweaver
CS5\en_US\Configuration\Menus\Custom Sets
You should find two files there:
active set.txt (which just contains the name of the keyboard shortcut set you were using)
and the xml file containing your lovingly crafted shortcuts.
Copy the xml file (or both of them, if you wish, in which case CS6 will start with this set) to:
C:\Users[your_profile]\AppData\Roaming\Adobe\Dreamweaver
CS6\en_US\Configuration\Menus\Custom Sets
Seems like Adobe doesn't provide an option to import the exported keyboard shortcuts back.
I got the following lines from one of Adobe resource for creative cloud from which I assume that there isn't any inbuilt command provided by Dreamweaver to import the shortcuts back but to manually do it.
Export keyboard shortcuts
Before upgrading to Creative Cloud, do the following:
1. Select Edit > Keyboard Shortcuts
2. Click "Export Set As HTML" button.
After you upgrade, refer to the exported file to set the shortcuts again.
Reference - http://helpx.adobe.com/pdf/dreamweaver_reference.pdf
Related
I don't see a keyboard shortcut for "Open Folder..." listed on the documentation page below, and after searching elsewhere for a while I didn't see anything else.
https://code.visualstudio.com/docs/customization/keybindings
I thought I would ask here before putting an issue on GitHub about it. (Also there doesn't seem to be a open / closed issue about this anywhere on the GitHub repo.)
https://github.com/Microsoft/vscode/issues
There is indeed a shortcut for it, the command is workbench.action.files.openFolder, and the default keybinding is Ctrl+K,Ctrl+O.
It's easy to find in the list of shortcuts (File → Preferences → Keyboard Shortcuts) if you search for "folder" or "openFolder" in the Default Keybindings.
Hit Cmd+O on macOS or Ctrl+O on Windows/Linux to activate the open dialog, select a folder, and click "Open."
Note: This answer was written before multiple folder workspaces were implemented in VS Code. If you open folders this way, it will replace your entire workspace with the folder you selected to open. If you want to add a folder to your existing workspace, you must use Cmd+K, Cmd+O on a macOS or Ctrl+K, Ctrl+O on Windows/Linux.
Is there a way to save the Embedded Tabs so each time you open PyCharm you don't have to reconfigure the tab names? It seems like such a simple issue to have but I am unable to find any information on it. This is the documentation on JetBrains Site for Embedded Tabs but it mentions nothing about saving them to the default layout. Each time you open the IDE you are required to click the plus sign and rename the tab.
I have tried exporting settings and re-importing them with no luck at all. It has nothing to do with them theme from what I can tell.
There is an issue about saving terminal tabs between sessions, please vote :)
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 preview a file with one click on file name like Sublime Text in Phpstorm?
Yes, it's possible but it little bit different from sublime-text.
You can use phpstorm shortcut "Quick Definition", by default on linux:
CtrlShiftI
Select file at project window and press this hotkeys.
I installed a plugin called Quick File Preview, by Martin Sommer.
I hate having to install plugins for small things like these, but I felt I had to. Having to double-click a file just to see its content can be quite annoying for someone coming from Sublime and VS Code (VSCodium in my case)
Currently, this is natively supported by activating "Enable preview tab" in Editor > General > Editor Tabs > Opening policy.
This seems like a bug in IntelliJ 12: Every couple of times when I switch between keyboard layouts (English and Hebrew) IntelliJ get stuck on one of them and ignore the windows selected keyboard layout. This happens only for intelliJ, all other programs respond as usual to the windows selected keyboard layout.
Is there at least a workaround, or a way to reset IntelliJ's keyboard layout? The only thing that seems to work for me so far is restarting my machine...
(My OS is Windows 7 Enterprise 64bit)
This is 100% reproduced when you switch keyboard layout in quick class search (Ctrl+N). Also in intellij idea 13.
Something like:
Open quick search menu when keyboard is not in English layout (Russian e.g.)
Type anything
Switch to English
Congratulations! you stuck in russian layout :) restart your intellij idea!
When I ceased to switch layout in search, I forgot about this problem.
UPD: it's suitable for most part of text inputs (even for search and file creation)
I've just had this problem on PyCharm 2020.2.3
Here's how I've solved it:
Go to Settings -> Keymap
At the bottom of the window, check the option Use national layouts for shortcuts (require restart)
That did the trick
restarting IntelliJ also works.
I wonder how they managed to get such a stupid bug, this is not an easy bug to write, especially in Java.
That was found to be more like a global Microsoft/Oracle bug. Simple workaround from IntelliJ's issue tracker: use Windows' language parameters to assign a hotkey (Ctrl + number) for changing the layout directly to a desired language. This suddenly will affect both Windows And IDEA. It's said that bug was fixed in Win8. A bit more info: here
In 2020 bug is still relevant in the most IDEs based on IntelliJ. For example I observe this in PyCharm now.
There is workaround for Windows:
Go to Language Bar - Settings... - Advanced Key Settings
Set key sequence of To English action to Ctrl + 1
Set key sequence of to other your language to Ctrl + 2
Apply
Go to IntelliJ/PyCharm and switch language by new sequences
After that bug disappears and you can switch language by traditional method
For me the following actions seem to resolve the issue:
Go to Control Panel
Select Clock, Language & Region
Press Region
In the opened window choose English for Format.
Also all my settings except the location are set to English (locale, default keyboard etc.)
This fix worked on my mac, access Preferences -> Editor -> Typing Corrector from the intellij IDEA menu. If you are able to navigate to the same window on your OS, you can try this.
Uncheck Enable keyboard layout correction in the Typing Corrector window
I got the same issue in Ubuntu 16.04. Restarting IDEA doesn't change anything. But Changing the default layout to be the one I want by default ensured ubuntu work well with it.
Go to the search textfield above file editor.
Switch layout.
Type smth.
Click somwhere in the file editor.
Write smth with swithed layout.