I'm trying to use Origami, but I have a problem.
The shortcut keys on Origami don't work with my computer because I have Windows (yet it claims to work on Windows)
The problem is that Origami relies on shortcut keys involving the Windows key,
ie.
super + k
The problem is that all of these shortcuts are already reserved by Windows. For example, super + k brings up the second screen panel. And super + r brings up RUN.
So how do I use Origami in a Windows environment?
I just installed this and tested it on my work comp (Windows 7) and all shortcuts work, they use ctrl.
To see the shortcuts, use ctrl + shift + P, type Origami and it will list all shortcuts. You will see that they are all done with the ctrl key.
Related
I'm new to JavaScript (/html in general) and to visual studio. I seem to have two different issues: I'm having trouble running code in browsers, and some of the keyboard shortcuts are broken.
I've recently installed Visual Studio 2017. Everything seems great except I need a way to test my open file. I've looked online at certain guides which tell me to configure the task runner to be able to do so. The problem is, to get to the tasks.json which I need to edit, I have to open the command palette with ctrl + shift + p, which doesn't seem to work. Additionally, I can't find any other way to open the command palette using the bar at the top nor can I find any other way to open tasks.json. Also, I noticed that I should be able to run code in browser using the "View in Browser (Google Chrome)" and "Browse With..." options under "file". The keyboard shortcut doesn't work for View in Browser, and when I click on both options, I get a dialogue box with the error "The operation could not be completed. Class not registered".
How can I set things up properly, or at least be able to properly test my code?
I think what you need is Visual Studio Code, not Microsoft Visual Studio.
Both were similar but target different programming platform.
If you want to develop web application, HTML/CSS/ts/js etc, better if you use VS Code.
This problem has had me stumped all day and I still haven't figured out a solution. If I use the delete or backspace keys nothing happens but I can still enter in text just can't delete anything. I've also found that the arrow keys are scrolling instead of moving the caret and I can't format the code which is option + command + L.
What I have tried
Uninstalled and reinstalled Phpstorm
updated jdk
invalidated cache and restart
restarted computer
looked through settings for an issue with key maps
So far none have worked and I have no idea what is causing it, it was working fine when I logged off my computer last night. It seems to only be effecting the code editor because if you're in the settings screen or any popup all the keys work as expected and other programs are not having the issue either
I'm running Phpstorm 9.0.1 on OSX Yosemite and have been using the bundled jdk version but at the moment is using the system jdk as I installed the other one to see if it would work.
Has anyone come across this issue before I have been searching google all day and haven't found anything so i'm hoping someone has had the same issue
Although answers at this link are related to IntelliJ IDEA but you can try them for phpstorm.
In my case, changing keymap fixed the issue. I had imported and selected a keymap from AppCode which broke the phpStorm and WebStorm.
Got this on Rider 2022.3 EAP1. Think PHPStorm, IntelliJ and PyCharm work about the same
I used Visual Studio before, so on Rider install I select VS2022 keybindings plugin.
After few days control keys just stopped work, and I found that Settings/Keymap is empty.
This is 100% broken keymap
I just select other, preferably default keymap - and there we are - all begin to work again
That's how good keybinging look - many keys at right
Got this problem, the solution was slightly different, although related to Keymap settings as well.
Some keymap templates, mostly those based on other IDEs, are not built-in the IDE but come from bundled plugins. You need that plugin enabled to initialize your keymap, of course, but even if you duplicate / update / rename it later, you still need to keep the plugin enabled because your custom keymap will stay in a category related to the keymap it's based upon.
PhpStorm (or other Jetbrains IDEs I suppose) will not warn you that you have to change your keymap if you disable the plugin, and even worse, it sometimes fail to switch to another built-in keymap when you do. You're stuck with a broken custom keymap, with the exact effects OP described.
I need to adjust to Build Systems Sublime Text3 to work with Grunt. To compile SCSS to CSS by the keyboard shortcut ctrl + b. I downloaded the plugin, but ctrl + b does not work there. Write Build himself I can not. Lack experience. Need to write to build for hot keys ctrl + b. I would be grateful for your help and understanding.
I can not understand, from the official documentation, the exact difference between those two:
Use the chrome.app.window module to create windows. Windows can either
be shells or panels. Shell windows have no browser chrome. Panel
windows are the same as shell windows, except they have different size
and position restrictions, for example, a chat panel.
Which restrictions are they talking about (I have done some testing and I can not say the difference between those two...)? What is a chat panel?
Panels are not currently supported. The reference to them in the documentation is a documentation bug. You can see in the app_window.idl file that the feature is experimental and limited to the aura shell 'ash'.
I am working on Sublime Text 2 at home and at work. I need the same configuration on both computers. When I change something at home, I want to see this change at work and vice versa. I think I can do something like that with Dropbox?
I need to share user configuration, user bindings, snippest and plugins installed by Package Control. How can I share the configuration between two computers and more?
I recommend putting your files in Dropbox or any similar file-syncing service.
(I do exactly this with AutoHotKey scripts, and it works really well.)
There is a thread on the SublimeText forum that asks the same question, and in there, an answer refers to the page Using Dropbox to synchronise Sublime Text settings across Windows computers, saying "I don't have any issue with this method."
Other suggestions mentioned in that thread are:
Keeping your configuration in an online version-control system (such as GitHub or Bitbucket) - but it warns "some plugins does contain some private infos (SFTP plugin, for example, keeps its license into the user's folder)"
"For whatever it's worth, I use the Windows portable version and dump the whole of it into my Dropbox."
Using a shell script to do the sync between OS X and Linux
Here's a solution in order to sync between Windows and Mac