Sublime Text - international keyboard layout - keyboard-shortcuts

I've an Italian keyboard and I'm using Sublime Text 3.
A lot of keyboard shortcuts are wrong and it's not possible to use them. Is there a way to import ALL the shortcuts for a different layout?

Related

intellij idea selecting color for ui

I am using Dracula theme on my IntelliJ idea and I see the dark font on the Find in Path, Tex to find box and search results text which is really difficult to read.
How can I customize these colors
You can update the colors in the Editor Settings. Go to Preferences -> Editor -> Color Scheme -> General.
On the right pane select Text -> Default Text from the list of expandable options. Update the properties as required.

How to modify the font of PhpStorm findbox

How to modify the font of PhpStorm findbox (find text field)? Fonts are windows default simsun! No change options in settings.
Update: this feature is available starting from IntelliJ IDEA 2018.3.1. To make the search/replace fields use the editor font you can add -Dide.find.use.editor.font=true in Help | Edit Custom VM Options and restart the IDE.
Original answer:
At the moment the font used in the text field is hardcoded and you can't change it, please vote for this request and follow it for updates:
IDEA-106651 Editor Search/Replace: use editor font for text input fields
Other related requests:
IDEA-68258 Font in Find/Replace dialog and Find panel same as in editor
IDEA-125920 Make the editor text search bar text-size & font an option.

Multiple fonts in code editor on IntelliJ

Is it possible to use multiple fonts in code editor on IntelliJ?
I've recently fell in love with Fira Code font, and want to use it FlottFlott, as explained here, which is something possible with editors like Atom and Sublime Text. But I couldn't find anything on IntelliJ.

How to make sublime text editor highlight left bar area on active code block

Sometimes I feal lost while coding on sublime text editor as it doesn't highlight the left bar as others ides/text editors do
what I am talking about is the light violet color on line numbers as in eclipse.
But in Sublime text Editor its simply an small dash beneath curly braces.
Is there any way I can get this in sublime text editor ?
Add this to your user, preferences file:
"highlight_line": true
You can find a great many helpful visual aids by looking in the default preferences file and the copying any over to your user file. Don't change settings in the default file though. Always add them to the user file.

Change editor color scheme in nitrous.io

I don't see a way to change the color scheme in the nitrous.io editor but the white code text is a little harsh on my eyes.
How do I change the color scheme in the nitrous.io editor?
There is not a way to change the color scheme at this time. If you are looking to use a text editor with your own customizations then take a look at Nitrous Desktop. With the desktop app you will be able to sync locally and use a text editor such as Sublime Text.