Tracker add-on shortcuts, move resource to BEOS: namespace
This commit is contained in:
@@ -110,4 +110,4 @@ resource mini_icon array {
|
||||
|
||||
#endif // HAIKU_TARGET_PLATFORM_HAIKU
|
||||
|
||||
resource(100, "default_shortcut") "F";
|
||||
resource(100, "BEOS:default_shortcut") "F";
|
||||
|
||||
@@ -32,4 +32,4 @@ resource vector_icon {
|
||||
$"000A020105000A03010200"
|
||||
};
|
||||
|
||||
resource(100, "default_shortcut") "R";
|
||||
resource(100, "BEOS:default_shortcut") "R";
|
||||
|
||||
@@ -93,4 +93,4 @@ resource mini_icon array {
|
||||
|
||||
#endif // HAIKU_TARGET_PLATFORM_HAIKU
|
||||
|
||||
resource(100, "default_shortcut") "O";
|
||||
resource(100, "BEOS:default_shortcut") "O";
|
||||
|
||||
@@ -42,4 +42,4 @@ resource vector_icon {
|
||||
$"B30CB30C0A0C0110000A0B010F2032290A09010D2032BA450A09010D2036BB11"
|
||||
};
|
||||
|
||||
resource("default_shortcut") "T";
|
||||
resource("BEOS:default_shortcut") "T";
|
||||
|
||||
@@ -59,4 +59,4 @@ resource vector_icon {
|
||||
$"0111000A0B010E000A0C010F000A0B011000"
|
||||
};
|
||||
|
||||
resource(100, "default_shortcut") "Z";
|
||||
resource(100, "BEOS:default_shortcut") "Z";
|
||||
|
||||
@@ -50,4 +50,4 @@ resource vector_icon {
|
||||
$"010E00"
|
||||
};
|
||||
|
||||
resource(100, "default_shortcut") "I";
|
||||
resource(100, "BEOS:default_shortcut") "I";
|
||||
|
||||
@@ -45,4 +45,4 @@ resource vector_icon {
|
||||
$"000A09010C023C00000000000000003C000048B00048F000"
|
||||
};
|
||||
|
||||
resource(100, "default_shortcut") "G";
|
||||
resource(100, "BEOS:default_shortcut") "G";
|
||||
|
||||
@@ -68,7 +68,7 @@ const char* kShelfPath = "tracker_shelf";
|
||||
// replicant support
|
||||
|
||||
const char* kShortcutsSettings = "shortcuts_settings";
|
||||
const char* kDefaultShortcut = "default_shortcut";
|
||||
const char* kDefaultShortcut = "BEOS:default_shortcut";
|
||||
const uint32 kDefaultModifiers = B_OPTION_KEY | B_COMMAND_KEY;
|
||||
|
||||
static struct AddonShortcut*
|
||||
|
||||
@@ -58,5 +58,5 @@ resource vector_icon {
|
||||
$"000A0D0114000A00011500"
|
||||
};
|
||||
|
||||
resource(100, "default_shortcut") "B";
|
||||
resource(100, "BEOS:default_shortcut") "B";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user