test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
48
.config/Code/User/History/449cb39d/COyV.cpp
Normal file
48
.config/Code/User/History/449cb39d/COyV.cpp
Normal file
|
@ -0,0 +1,48 @@
|
|||
struct keyinfo{
|
||||
bool pressedOnce;
|
||||
long long time;
|
||||
keyinfo() : pressedOnce(false), time(0){}
|
||||
virtual void single_press() = 0;
|
||||
virtual void double_press() = 0;
|
||||
};
|
||||
|
||||
struct esc_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct shift_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct ctrl_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct alt_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct super_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
5
.config/Code/User/History/449cb39d/Q8uY.cpp
Normal file
5
.config/Code/User/History/449cb39d/Q8uY.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
struct keyinfo{
|
||||
bool pressedOnce;
|
||||
long long time;
|
||||
keyinfo() : pressedOnce(false), time(0){}
|
||||
};
|
0
.config/Code/User/History/449cb39d/cZGh.cpp
Normal file
0
.config/Code/User/History/449cb39d/cZGh.cpp
Normal file
1
.config/Code/User/History/449cb39d/entries.json
Normal file
1
.config/Code/User/History/449cb39d/entries.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":1,"resource":"file:///home/rafayahmad/Stuff/Coding/C%2B%2B/morebinds/keyinfo.cpp","entries":[{"id":"gl6O.cpp","timestamp":1718372102497},{"id":"qqCL.cpp","timestamp":1718372167422},{"id":"vAfA.cpp","timestamp":1718372183562},{"id":"COyV.cpp","timestamp":1718372467736},{"id":"Q8uY.cpp","timestamp":1718432788294},{"id":"cZGh.cpp","timestamp":1718432839937}]}
|
15
.config/Code/User/History/449cb39d/gl6O.cpp
Normal file
15
.config/Code/User/History/449cb39d/gl6O.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
struct keyinfo{
|
||||
bool pressedOnce;
|
||||
long long time;
|
||||
keyinfo() : pressedOnce(false), time(0){}
|
||||
virtual void single_press() = 0;
|
||||
};
|
||||
|
||||
struct shift_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
55
.config/Code/User/History/449cb39d/qqCL.cpp
Normal file
55
.config/Code/User/History/449cb39d/qqCL.cpp
Normal file
|
@ -0,0 +1,55 @@
|
|||
struct keyinfo{
|
||||
bool pressedOnce;
|
||||
long long time;
|
||||
keyinfo() : pressedOnce(false), time(0){}
|
||||
virtual void single_press() = 0;
|
||||
};
|
||||
|
||||
struct esc_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct shift_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct ctrl_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct alt_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct super_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct shift_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
47
.config/Code/User/History/449cb39d/vAfA.cpp
Normal file
47
.config/Code/User/History/449cb39d/vAfA.cpp
Normal file
|
@ -0,0 +1,47 @@
|
|||
struct keyinfo{
|
||||
bool pressedOnce;
|
||||
long long time;
|
||||
keyinfo() : pressedOnce(false), time(0){}
|
||||
virtual void single_press() = 0;
|
||||
};
|
||||
|
||||
struct esc_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct shift_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct ctrl_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct alt_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
||||
struct super_info : public keyinfo{
|
||||
void single_press(){
|
||||
|
||||
}
|
||||
void double_press(){
|
||||
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue