mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 16:17:20 +02:00
Update screenshot's prompt glygh
This commit is contained in:
parent
b143083bdd
commit
c0d61a46c6
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@ -186,7 +186,7 @@ var GamepadKeyName = {
|
|||||||
202: ["Right Stick Left", "↽"],
|
202: ["Right Stick Left", "↽"],
|
||||||
203: ["Right Stick Right", "⇁"],
|
203: ["Right Stick Right", "⇁"],
|
||||||
204: ["Right Stick", "⇲"],
|
204: ["Right Stick", "⇲"],
|
||||||
17: ["Screenshot", "📸"]
|
17: ["Screenshot", "⇧"]
|
||||||
};
|
};
|
||||||
class BxEventBus {
|
class BxEventBus {
|
||||||
listeners = new Map;
|
listeners = new Map;
|
||||||
|
@ -32,5 +32,5 @@ export enum PrompFont {
|
|||||||
RS_LEFT = '↽',
|
RS_LEFT = '↽',
|
||||||
RS_RIGHT = '⇁',
|
RS_RIGHT = '⇁',
|
||||||
|
|
||||||
SHARE = '📸',
|
SHARE = '⇧',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user