Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sinister Zeta Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sinister Zeta
Sinister Zeta Project
Merge requests
!32
Base system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Base system
Base_System
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Dallin Nickel (djn011)
requested to merge
Base_System
into
master
4 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
b3c82354
Prev
Next
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b3c82354
Tidied comment
· b3c82354
NikolaBabic
authored
4 years ago
src/model/Modifier.java
+
1
−
3
Options
@@ -4,9 +4,7 @@ public enum Modifier {
NONE
(
0x0000
),
ALT
(
0x0001
),
CTRL
(
0x0002
),
/**
* Prevents key holding triggering multiple hotkey messages.
*/
/** Prevents key holding triggering multiple hotkey messages. */
NOREPEAT
(
0x4000
),
SHIFT
(
0x0004
),
WIN
(
0x0008
);
Loading