mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix presets
This commit is contained in:
parent
ed67e589d8
commit
47bf61b791
2
min/key-binding-presets.min.js
vendored
2
min/key-binding-presets.min.js
vendored
@ -1 +1 @@
|
|||||||
(()=>(e,r)=>{const a={Default:{},YouTube:{like:"",longJumpForward:"j",longJumpBackward:"l",videoSpeedIncrease:"shift > 》",videoSpeedDecrease:"shift < 《",previousFrame:", ,",nextFrame:". 。",seekBegin:"0 Home"},HTML5Player:{coin:"",danmaku:"",fullscreen:"enter",webFullscreen:"shift enter",pictureInPicture:"shift p",longJumpForward:"ctrl arrowLeft",longJumpBackward:"ctrl arrowRight",videoSpeedIncrease:"c",videoSpeedDecrease:"x",videoSpeedReset:"z",previousFrame:"d",nextFrame:"f",takeScreenshot:"shift s"},PotPlayer:{coin:"",danmaku:"",fullscreen:"enter",webFullscreen:"6",longJumpForward:"ctrl arrowLeft",longJumpBackward:"ctrl arrowRight",videoSpeedIncrease:"c",videoSpeedDecrease:"x",videoSpeedReset:"z",previousFrame:"d",nextFrame:"f",seekBegin:"backspace"}};return{export:{presets:a}}})();
|
(()=>(e,r)=>{const t={Default:{},YouTube:{like:"shift l",pause:"space k",longJumpForward:"j",longJumpBackward:"l",videoSpeedIncrease:"shift > 》",videoSpeedDecrease:"shift < 《",previousFrame:", ,",nextFrame:". 。",seekBegin:"0 Home"},HTML5Player:{coin:"shift c",danmaku:"shift d",quickFavorite:"ctrl shift s",fullscreen:"enter",webFullscreen:"shift enter",pictureInPicture:"shift p",longJumpBackward:"ctrl arrowLeft",longJumpForward:"ctrl arrowRight",videoSpeedIncrease:"c",videoSpeedDecrease:"x",videoSpeedReset:"z",previousFrame:"d",nextFrame:"f",takeScreenshot:"shift s"},PotPlayer:{coin:"shift c",danmaku:"shift d",fullscreen:"enter",webFullscreen:"6",longJumpBackward:"ctrl arrowLeft",longJumpForward:"ctrl arrowRight",videoSpeedIncrease:"c",videoSpeedDecrease:"x",videoSpeedReset:"z",previousFrame:"d",nextFrame:"f",seekBegin:"backspace"}};return{export:{presets:t}}})();
|
||||||
@ -1,7 +1,8 @@
|
|||||||
export const presets: Record<typeof settings['keymapPreset'], Record<string, string>> = {
|
export const presets: Record<typeof settings['keymapPreset'], Record<string, string>> = {
|
||||||
Default: {},
|
Default: {},
|
||||||
YouTube: {
|
YouTube: {
|
||||||
like: '',
|
like: 'shift l',
|
||||||
|
pause: 'space k',
|
||||||
longJumpForward: 'j',
|
longJumpForward: 'j',
|
||||||
longJumpBackward: 'l',
|
longJumpBackward: 'l',
|
||||||
videoSpeedIncrease: 'shift > 》',
|
videoSpeedIncrease: 'shift > 》',
|
||||||
@ -11,13 +12,14 @@ export const presets: Record<typeof settings['keymapPreset'], Record<string, str
|
|||||||
seekBegin: '0 Home',
|
seekBegin: '0 Home',
|
||||||
},
|
},
|
||||||
HTML5Player: {
|
HTML5Player: {
|
||||||
coin: '',
|
coin: 'shift c',
|
||||||
danmaku: '',
|
danmaku: 'shift d',
|
||||||
|
quickFavorite: 'ctrl shift s',
|
||||||
fullscreen: 'enter',
|
fullscreen: 'enter',
|
||||||
webFullscreen: 'shift enter',
|
webFullscreen: 'shift enter',
|
||||||
pictureInPicture: 'shift p',
|
pictureInPicture: 'shift p',
|
||||||
longJumpForward: 'ctrl arrowLeft',
|
longJumpBackward: 'ctrl arrowLeft',
|
||||||
longJumpBackward: 'ctrl arrowRight',
|
longJumpForward: 'ctrl arrowRight',
|
||||||
videoSpeedIncrease: 'c',
|
videoSpeedIncrease: 'c',
|
||||||
videoSpeedDecrease: 'x',
|
videoSpeedDecrease: 'x',
|
||||||
videoSpeedReset: 'z',
|
videoSpeedReset: 'z',
|
||||||
@ -26,12 +28,12 @@ export const presets: Record<typeof settings['keymapPreset'], Record<string, str
|
|||||||
takeScreenshot: 'shift s',
|
takeScreenshot: 'shift s',
|
||||||
},
|
},
|
||||||
PotPlayer: {
|
PotPlayer: {
|
||||||
coin: '',
|
coin: 'shift c',
|
||||||
danmaku: '',
|
danmaku: 'shift d',
|
||||||
fullscreen: 'enter',
|
fullscreen: 'enter',
|
||||||
webFullscreen: '6',
|
webFullscreen: '6',
|
||||||
longJumpForward: 'ctrl arrowLeft',
|
longJumpBackward: 'ctrl arrowLeft',
|
||||||
longJumpBackward: 'ctrl arrowRight',
|
longJumpForward: 'ctrl arrowRight',
|
||||||
videoSpeedIncrease: 'c',
|
videoSpeedIncrease: 'c',
|
||||||
videoSpeedDecrease: 'x',
|
videoSpeedDecrease: 'x',
|
||||||
videoSpeedReset: 'z',
|
videoSpeedReset: 'z',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user