গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > শর্টকাট রেজিস্ট্রি > কীবোর্ড শর্টকাট
ShortcutRegistry.Keyboard শর্টকাট ইন্টারফেস
স্বাক্ষর:
interface KeyboardShortcut
বৈশিষ্ট্য
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `KeyboardShortcut` interface defines the structure for keyboard shortcuts within Blockly's ShortcutRegistry."],["Each `KeyboardShortcut` includes properties for its name, key codes, callback function, precondition function, collision behavior, and metadata."],["Properties like `callback`, `keyCodes`, `preconditionFn`, `allowCollision`, and `metadata` are optional, allowing for flexibility in shortcut definitions."],["The `callback` function executes when the shortcut is triggered, while `preconditionFn` determines if the shortcut is applicable in the current context."],["`allowCollision` dictates if multiple shortcuts with the same key codes can be registered, while `metadata` can store additional information about the shortcut."]]],[]]