Is it possible to change the keybindings in MuPDF? - keyboard-shortcuts

The default keybindings are listed in the MuPDF manual, but is there a way to remap any of the shortcuts (on Windows)?

Related

How to make Pycharm view pdf automatically after compiling latex file?

I'm using Texify plugin for Pycharm to write latex. After running, I have to go manually to "out" folder and open it with Adobe. How to make Pycharm do that automatically?
I see this option but I don't know how to fill it up.
Adobe locking the pdf file is a well-known issue, and so Adobe is not supported by TeXiFy. Depending on which OS you are on, the following pdf viewers are supported (links to TeXiFy wiki pages):
All: internal PDF viewer, via the PDF viewer plugin.
Windows: SumatraPDF
Linux: Evince, Okular, and Zathura
Mac: Skim
where supported means that the pdf automatically opens on compilation and that forward and backward search should work, the latter possibly after some configuration.
When you want to use some other pdf viewer, make sure that it does not lock the pdf file (so Adobe is not possible) and enter the command you would use to open the viewer from the command line in the Select custom pdf viewer command field. This should work on (at least) most Linux and Mac distributions.
Edit
As of TeXiFy b0.7.4 the internal PDF viewer is supported through the PDF viewer plugin.
Alternatively there is a PDF Plugin, to open it within PyCharm, which you can install from the store.
https://plugins.jetbrains.com/plugin/14494-pdf-viewer

How to stop Jetbrains Rider opening sidepanel on ALT-9 on macOS

Suddenly JetBrain Rider opens the Repository side panel on ALT+9.
This is very inconvenient as ALT keys are for special characters on macOS. In my case ALT+9 is for } so anytime I want to insert an closing } the repository sidebar opens.
I could not find any suspicious entries in the Keymap preferences.
I'm pretty sure this wasn't the case yesterday but I have made no conscious changes to the system.
Check your Keymap and try to remove/change the key assigned to the tool windows:

How can I export/import keyboard shortcuts for spyder IDE

I am new to Spyder. I have configured my preferred keyboard shortcuts on the Spyder on my home computer. Now I would like to use the same shortcuts on my working computer.
I followed the advice here (https://groups.google.com/forum/#!topic/spyderlib/0A6v9Ekrup8) to export the settings. However, although some settings (like display) are exported when I copy and overwrite the spyder.ini file, the shortcuts are not.
Can someone advise how I can export and import the keyboard shortcuts?
(Spyder maintainer here) We're sorry but Spyder doesn't have the ability to export/import shortcuts right now (May 2019).
Several users have asked for this functionality, so we'll try to add it in a future release.

How to use Mac OSX Keymap on Windows for WebStorm or IntelliJ IDEA?

I use WebStorm on both my Mac and Windows for work purposes.
I would like to know if it is possible to use the MAC OSX keymap on Windows.
On windows if you load the MAC OSX keymap the mappings don't seem to line up correctly. For instance I see the character Meta being used, however Windows doesn't seem to properly map that character.
I also would like to note I am using a Mac keyboard on the Windows PC.
How does Cmd (Meta) key map to your Windows keys?
You can get the full Mac keymap XML file and replace meta with whatever key it is on Windows. Some keys may not work or you may get conflicting mappings.
There is no easy and straightforward way that will work out of the box.
On Mac keymap is using Alt, Ctrl, Meta and Shift modifiers. This cannot be directly mapped to only 3 modifiers you have on Windows (Alt, Ctrl, Shift). You can't use Win as the modifier by default.
Also, a lot of the combinations with Win would be already taken by the OS (and the only way to disable these default mappings is via registry modification).
You are welcome to give it a try as there is a workaround to make Win work as a modifier in IntelliJ IDEA.
On Windows go to file > settings > keymap and in the keymaps dropdown select default and the meta (aka cmd) key will be replaced by ctrl.
There is a third party plugin by samvtrran that solve that: macOS For All
Here is the plugin description:
A keymap for Windows and Linux (and macOS if you really want!) that
rebinds common macOS 10.5+ shortcuts to non-Command keys. Some
shortcuts aren't 1:1 replacements of modifier keys, so please check
the key updates table.
If you notice any conflicting shortcuts or have a suggestion for a new
keybinding, please open an issue on GitHub.

intellij on mac: can I have standard mac copy/paste keyboard shortcuts and also emacs?

Intellij idea 11.1.2. I am on a mac, I have emacs as my general keyboard scheme, and I'm frequently tripped up when I hit apply-c or apple-v and expect them to work. Anybody got a recipe to enable them without undoing the emacs bindings?
In Preferences | Keymap it's possible to add multiple keyboard shortcuts to a single action.