Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
funkeymonkey-pyrainput
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
funkeymonkey-pyrainput
Commits
7ab8925a
Commit
7ab8925a
authored
Sep 24, 2017
by
sebt3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix
parent
f9e7860e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
pyrainput.cpp
pyrainput.cpp
+12
-12
No files found.
pyrainput.cpp
View file @
7ab8925a
...
...
@@ -418,40 +418,40 @@ SettingHandlerMap const SETTING_HANDLERS = {
{
"scripts.brightness.normal"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
normal
=
value
;
}
},
{
"scripts.brightness.
F
n"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
f
n"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
Fn
=
value
;
}
},
{
"scripts.brightness.
S
hift"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
s
hift"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
Shift
=
value
;
}
},
{
"scripts.brightness.
FnS
hift"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
fns
hift"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
FnShift
=
value
;
}
},
{
"scripts.brightness.
A
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
a
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
Alt
=
value
;
}
},
{
"scripts.brightness.
C
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
c
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
Ctrl
=
value
;
}
},
{
"scripts.brightness.
AltC
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
altc
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
AltCtrl
=
value
;
}
},
{
"scripts.brightness.
FnA
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
fna
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
FnAlt
=
value
;
}
},
{
"scripts.brightness.
FnC
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
fnc
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
FnCtrl
=
value
;
}
},
{
"scripts.brightness.
ShiftA
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
shifta
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
ShiftAlt
=
value
;
}
},
{
"scripts.brightness.
ShiftC
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
shiftc
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
ShiftCtrl
=
value
;
}
},
{
"scripts.brightness.
FnShiftA
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
fnshifta
lt"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
FnShiftAlt
=
value
;
}
},
{
"scripts.brightness.
FnShiftC
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
{
"scripts.brightness.
fnshiftc
trl"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
settings
.
brightness
.
FnShiftCtrl
=
value
;
}
},
{
"gamepad.export"
,
[](
std
::
string
const
&
value
,
Settings
&
settings
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment