Home » Community » U++ community news and announcements » 2023.1rc1
Re: 2023.1rc1 [message #59899 is a reply to message #59871] |
Sun, 21 May 2023 20:32   |
Oblivion
Messages: 1214 Registered: August 2007
|
Senior Contributor |
|
|
Hi Mirek,
There is also a small problem with configurable keys.
CtrlLib/AKeys.cpp:255
if(p.IsNumber()) {
uint32 q = p.ReadNumber(16); // <- The number key combinations (e.g. CTRL+SHIFT+1) can't be used, apparently due to the number base (16).
if(q <= 9)
return f | (K_0 + q);
return f | q;
}
Edit:
This is what I get in reference/AK (log)
s = - "Setup";
ENGLISH Ctrl+1;
CZECH Ctrl+3;
KEYS Ctrl+4;
- "AK";
FN1 Ctrl+ń;
FN2 Ctrl+W;
EXIT Ctrl+D;
p.PeekChar() = 1
q = 20
p.PeekChar() = 4
q = 68
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Sun, 21 May 2023 20:44] Report message to a moderator
|
|
|
 |
|
2023.1rc1
By: mirek on Sun, 14 May 2023 11:03
|
 |
 |
Re: 2023.1rc1
By: GiuMar on Sun, 14 May 2023 21:40
|
 |
|
Re: 2023.1rc1
By: Tom1 on Mon, 15 May 2023 15:10
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 10:53
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 11:01
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 11:32
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 13:34
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 13:53
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 14:45
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 18:58
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 20:07
|
 |
|
Re: 2023.1rc1
By: Klugier on Sun, 21 May 2023 20:53
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 09:42
|
 |
|
Re: 2023.1rc1
By: Klugier on Mon, 22 May 2023 14:32
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 15:20
|
 |
|
Re: 2023.1rc1
By: mirek on Sun, 21 May 2023 14:38
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
By: mirek on Mon, 22 May 2023 09:41
|
 |
|
Re: 2023.1rc1
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 07:52
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 09:52
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 11:02
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 11:06
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 12:04
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 12:23
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 12:43
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 13:21
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 13:51
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 13:52
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 14:05
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 15:22
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 15:23
|
 |
|
Re: 2023.1rc1
By: Tom1 on Tue, 23 May 2023 16:28
|
 |
|
Re: 2023.1rc1
By: mirek on Tue, 23 May 2023 17:29
|
Goto Forum:
Current Time: Sat Jul 05 12:23:43 CEST 2025
Total time taken to generate the page: 0.03039 seconds
|