PS-2021.2.2 <rodude123@rodude123s-x360 Update KDE copy.xml, editor.xml

This commit is contained in:
Rohit Pai 2021-11-01 20:18:42 +00:00
parent ac73049fc1
commit 10aa16004c
2 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,8 @@
<application> <application>
<component name="DefaultFont"> <component name="DefaultFont">
<option name="FONT_SIZE" value="14" /> <option name="FONT_SIZE" value="12" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" /> <option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" /> <option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="FONT_SCALE" value="1.25" />
<option name="SECONDARY_FONT_FAMILY" value="Source Code Pro" /> <option name="SECONDARY_FONT_FAMILY" value="Source Code Pro" />
</component> </component>
</application> </application>

View File

@ -10,6 +10,15 @@
<action id="EditorAddOrRemoveCaret"> <action id="EditorAddOrRemoveCaret">
<mouse-shortcut keystroke="control button1" /> <mouse-shortcut keystroke="control button1" />
</action> </action>
<action id="EditorDecreaseFontSize">
<keyboard-shortcut first-keystroke="shift ctrl alt minus" />
</action>
<action id="EditorIncreaseFontSize">
<keyboard-shortcut first-keystroke="shift ctrl alt equals" />
</action>
<action id="EditorResetFontSize">
<keyboard-shortcut first-keystroke="shift ctrl alt 0" />
</action>
<action id="GotoDeclaration"> <action id="GotoDeclaration">
<keyboard-shortcut first-keystroke="ctrl b" /> <keyboard-shortcut first-keystroke="ctrl b" />
<mouse-shortcut keystroke="alt button1" /> <mouse-shortcut keystroke="alt button1" />