-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Use the following entries in shortcuts.ini: - actionNext_Completion - actionPrevious_Completion - actionNext_Completion_Placeholder - actionPrevious_Completion_Placeholder
- Loading branch information
1 parent
9d38f29
commit f632880
Showing
5 changed files
with
115 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>CompletingEdit</class> | ||
<widget class="QWidget" name="CompletingEdit"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>100</width> | ||
<height>30</height> | ||
</rect> | ||
</property> | ||
<action name="actionNext_Completion"> | ||
<property name="text"> | ||
<string>Next Completion</string> | ||
</property> | ||
<property name="shortcut"> | ||
<string>Tab</string> | ||
</property> | ||
</action> | ||
<action name="actionPrevious_Completion"> | ||
<property name="text"> | ||
<string>Previous Completion</string> | ||
</property> | ||
<property name="shortcut"> | ||
<string>Shift+Backtab</string> | ||
</property> | ||
</action> | ||
<action name="actionNext_Completion_Placeholder"> | ||
<property name="text"> | ||
<string>Next Completion Placeholder</string> | ||
</property> | ||
<property name="shortcut"> | ||
<string>Ctrl+Tab</string> | ||
</property> | ||
</action> | ||
<action name="actionPrevious_Completion_Placeholder"> | ||
<property name="text"> | ||
<string>Previous Completion Placeholder</string> | ||
</property> | ||
<property name="shortcut"> | ||
<string>Ctrl+Shift+Backtab</string> | ||
</property> | ||
</action> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters